Here is small update of my first post on Ad Hoc distribution of iOS applications over the web which you can find on this link.
I have discovered that it can be even easier to distribute apps to beta testers then the procedure which I have described in my first post.
Simplified procedure:
- Open XCode (version 3.2.x) and go to organizer
- Refresh profiles so that XCode can download Development Profile which is now automatically created within XCode if you don’t have it
- You don’t need distribution or AdHoc profile any more, standard development profile works as well
- You don’t need entitlements any more
- Edit release configuration to be sure that it’s signed with developer profile
- Set app destination platform to device, not simulator
- Build and archive
- Open XCode organizer and continue with the rest of the steps described in my first post which includes saving .ipa file to the disk and creating web dir with Beta Builder
If you don't already have a Dropbox account then you can create it by clicking on my affiliate link. You will receive 2GB free account + 250 MB extra and I will receive 250 MB as well. Win-Win :-)









Pingback: Ad Hoc profiles and application distribution via web | Random thoughts of an overloaded mind
Is this just for beta testing you apps out to a small number (100) devices? or can this be used as a giveaway as well? I ask because I have never seen AdHoc distributed apps before.
This is only for beta testing, maybe with some kind of enterprise ad-hoc distribution could be used internally but I don’t know.