Re: [MonoTouch] Generate IPA for beta distribution

2011-09-01 Thread Mikkel Lønow
Hello Jon, TestFlight is a great service, we use it a lot. You can use Terminal to create the IPA (basically a ZIP file): mkdir zip/Payload cp ../Images/iTunesArtwork.jpg zip/iTunesArtwork cp -r ../YourApp/bin/iPhone/Release/YourApp.app tozip/Payload cd zip zip -r ../YourApp.ipa * Modify to

Re: [MonoTouch] Generate IPA for beta distribution

2011-09-01 Thread Jon Hopkins
Wow, thanks! Could the certificate be installed in the same way remotely using itms-services://?action=download-manifesturl=http://youserver.com/path/to/mycert ? ___ MonoTouch mailing list MonoTouch@lists.ximian.com

Re: [MonoTouch] Generate IPA for beta distribution

2011-09-01 Thread Nic Wise
I think you can just link to the .mobilecertificate. You might even be able to put it into the plist, or it may even come from apple. I've not tried :) this might help. It's the same system:

Re: [MonoTouch] Generate IPA for beta distribution

2011-09-01 Thread Nic Wise
OK, just for giggles, I removed all the profiles for my friend's app, and deleted the app. Then I went to his site to reinstall it. (so my phone should be clean, without certificate) So far, so good. App just installs, and the phone talks to apple to get the profile's ad-hoc certificate, which it

Re: [MonoTouch] Generate IPA for beta distribution

2011-09-01 Thread Nic Wise
...@lists.ximian.com [mailto:monotouch-boun...@lists.ximian.com] On Behalf Of Nic Wise Sent: Thursday, 1 September 2011 7:00 PM To: Jon Hopkins Cc: monotouch@lists.ximian.com Subject: Re: [MonoTouch] Generate IPA for beta distribution A friend of mine does it off his own website (you dont need to use

Re: [MonoTouch] Generate IPA for beta distribution

2011-09-01 Thread Dean Harry
-boun...@lists.ximian.com [mailto:monotouch-boun...@lists.ximian.com] On Behalf Of Nic Wise Sent: Thursday, 1 September 2011 7:00 PM To: Jon Hopkins Cc: monotouch@lists.ximian.com Subject: Re: [MonoTouch] Generate IPA for beta distribution A friend of mine does it off his own website (you

Re: [MonoTouch] Generate IPA for beta distribution

2011-09-01 Thread Miguel de Icaza
Hello Jon, I’ve heard of a service (https://testflightapp.com/) that can generate a distributable IPA for clients who want to Beta test. It requires their serial number and an IPA of the app. Limited to 100 devices, so its not a bypass for iTunes. How can I create this with MT? We

Re: [MonoTouch] Generate IPA for beta distribution

2011-09-01 Thread Mark Smith
Hi Jon, I've used TestFlight and MonoTouch without issues. It's great that MonoDevelop will add the support, but in the meantime, the .ipa is easy to create - just take the output from the MonoTouch project (the resulting file in the bin/release folder) and copy it into a folder named

Re: [MonoTouch] Generate IPA for beta distribution

2011-09-01 Thread Mike Warriner
provisioning profile.mobileprovision Mike -Original Message- From: monotouch-boun...@lists.ximian.com [mailto:monotouch-boun...@lists.ximian.com] On Behalf Of Nic Wise Sent: 01 September 2011 10:00 To: Jon Hopkins Cc: monotouch@lists.ximian.com Subject: Re: [MonoTouch] Generate IPA for beta