Here is our situation: we have a paid version of MonoTouch, and we are registered with Apple for the Developer Enterprise program, so we will not distribute our application through the Apple iStore. What I have done so far is to create a Provisioning Profile on the Apple Developer site. I set up the Provisioning Profile using Xcode, and I can compile a signed version of our application and deploy it to my iPhone using MonoTouch. Now what I need to do is get the application on my colleagues' iPhone. This iPhone has also been registered on the Apple website and is included in the Provisioning Profile. The problem is that a colleague is far from me and he does not have a Mac; he only has a windows laptop. How do I send him a request and what steps should he take to get it on my iPhone?
source
share