3
votes

Here is our situation: We have the paid version of MonoTouch and we are registered with Apple for the Developer Enterprise program, so we won't be distributing our application via the Apple iStore. What I have done so far is to create the Provisioning Profile on the Apple developer site. I have set up the Provisioning Profile with Xcode and I am able to compile a signed version of our application and deploy it to my iPhone using MonoTouch. Now what I am needing to do is get the application on a colleagues iPhone. This iPhone has also been registered at the Apple site and is included in the Provisioning Profile. The problem is that the colleague is situated far from me and he does not have a Mac; he only has a Windows laptop. How do I go about sending him the application and what steps does he need to take to get it on his iPhone?

3

3 Answers

1
votes

try this service - http://testflightapp.com/

----> to create IPA Create a folder named Payload. Copy app.app into the Payload directory. Compress the Payload directory and rename the zip file to app.ipa.

0
votes

You should use OTA (on the air) distribution then, it will allow to install the application directly on the iPhone just by browsing to an url with safari The process is described here: http://iosdevelopertips.com/xcode/distribute-ad-hoc-applications-over-the-air-ota.html ! If you are using Xcode 4, do almost the same : build and archive, then chose "share" and select "distribute for enterprise" and fill the needed fields!