I am currently building an AIR app for iOS, targeting iPad, with Flash CS5.5. I realize Flash gives me the option to build and deploy the app as an ad-hoc deployment which is fine. But what I'd really like to do is replicate the process here:

How to distribute ios application wirelessly without managing UDIDs and recompilation

Where I can point users to a web link that lets them install the app on their device, regardless of whether their UDID is in the provision.

Flash generates the ipa file fine, but when I upload the ipa and provision file to my ftp server, and try to install on my iPad, an alert box come up saying "Can't connect"

The key piece of the html install looks like this:

<a href="itms-services://?action=download-manifest&url=http://www.example.com/ipadapp/myApp/myApp.plist"><img src="icon_57.png" alt="" width="59" /></a>

It seems the missing piece is the .plist file, but I don't know how to generate that from Flash/AIR.

I have a normal Apple developer account (not enterprise).. not sure if that factors into things. Thanks!

link|improve this question

25% accept rate
I'm starting to think I need an enterprise account to do this. Would love it if someone could confirm. – Richard Lovejoy Nov 23 '11 at 4:23
I can confirm this, you need an enterprise account to distribute in-house apps. – basvk Feb 9 at 10:32
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.