Search code examples
xcodeasihttprequestadhoc

iPad adHoc app limitation


My client wants to use AdHoc iPad app. (don't want to go through app submission) I want to know there's any limitation if i use AdHoc app.

  1. Do i need to reinstall the app to every devices every 3 months? (the profile will be expired every three months)
  2. I want to use ASIHTTPRequest to retrieve update datas from web server. Can I do that on AdHoc app and etc

Thanks for the help.


Solution

  • There is a limit of 100 devices. More info at: http://developer.apple.com/programs/ios/distribute.html

    Ad Hoc Distribution

    "With Ad Hoc distribution you can share your application with up to 100 other iPad, iPhone, or iPod touch users. Through email or by posting it to a website or server, users can download and install your app."

    1. Yes, re-installation will be required.
    2. Yes, data can be fetched from the server.