Hi,

I haven't done exactly this before, but I have resigned apps. This is quite
easy with the 'codesign' tool Apple ships - I can't remember exactly the
arguments, but what I did was to build the project in MonoDevelop, and then
copy the codesign command printed at the very end of the build in the build
output. Some modifications might be needed to the command (to point it to
the app store app you already have), but I believe that should get you
going.

Rolf

On Wed, Nov 28, 2012 at 10:40 PM, Guido Van Hoecke <[email protected]> wrote:

> Hi,
>
> We have some apps in the appstore and we want to upload them also to
> testflight in order to see how they are used.
>
> TestFlight requires the build to be signed with my AdHoc profile, but it
> must have the UUID of the distributed build.
>
> I am pretty sure that this must be feasable and that a number of you do
> this routinely.
>
> I had some conversation with Jason Rehmus of TestFlight about how to
> achieve this, and this is Jason's reply:
>
> >Jason> If you submitted the app via Xcode, then select the archive
> >Jason> marked as "Submitted", click the Distribute button, and select
> >Jason> your ad hoc profile. Doing this will resign the build submitted
> >Jason> to the store with your ad hoc profile, allowing it to be
> >Jason> uploaded to TestFlight, but maintaining the same UUID as the
> >Jason> production build.
>
> How do I do this in the MonoTouch environment?
>
> Command line solutions are preferred, but any solution will do.
>
> Thanks in advance,
>
>
> Guido
>
> --
> A woman has got to love a bad man once or twice in her life to be
> thankful for a good one.
>                 -- Marjorie Kinnan Rawlings
>
> http://vanhoecke.org ... and go2 places!
> _______________________________________________
> MonoTouch mailing list
> [email protected]
> http://lists.ximian.com/mailman/listinfo/monotouch
>
_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to