iOS Question How do I distribute my payload ipa to other devices?

davepamn

Active Member
Licensed User
Longtime User
I want to distribute my application IPA by email to select users.

Steps
1. Add the UDID as devices in the developer center
2. Create my Ad Hoc provision file and download and place in the keys directory
3. In project attributes change
#ProvisionFile: my_ad_provision.mobileprovision
4. Tools->Build Server->Build release
5. Download last build

Email the IPA

Will this work?
 
Upvote 0

davepamn

Active Member
Licensed User
Longtime User
that worked

I read that MDM can be used to automatically distribute the enterprise app over the air
 
Upvote 0

imbault

Well-Known Member
Licensed User
Longtime User
I'm interesting, too, by an easier way to install IPA apps than using iTunes. Like @davepamn I have an entreprise account, all my UDID registered, by emailing the Ipa and using iTunes, it's awfull...
Any clue????
 
Upvote 0

davepamn

Active Member
Licensed User
Longtime User
Apple documentation says "MDM servers can deploy both app store apps and in-house enterprise apps to devices over the air."

The Ad Hoc provisioning for enterprise allows a fixed number of UDIDs.

I need to know, if the each user must send me his UDID and be register in developer center to receive the app on his device
 
Upvote 0
Top