iPhone distribution Over the Air

女生的网名这么多〃 提交于 2019-12-03 21:35:34
hotpaw2

Here's another explanation in English. This distribution method only works with devices running iOS 4.x

Make sure that:

  • The IPA file name matches exactly the name of the server (case sensitive).
  • The bundle version number is identical in the IPA file and your plist file, and that you update it every time you make a new IPA (or the phone will think it's already installed and not update)
  • You are using an itms-services:// link to point to the plist file, and the plist file has the correct URL to your IPA file.
  • When you go into Organizer and press the "Share" button, you select exactly the distribution profile you intend to use (sometimes I think it can select the wrong one with automatic).

I had this exact same issue, and it was because I hadn't installed an AdHoc mobileprovision file and was building against my Dev mobileprovision. Check that first.

Luc

I finally found testflightapp.com, that is really great !

Jeoud

I also think testflightapp.com is the most convinient way to do this, as long as the beta testers you'll contact accept to sign up there. The great additional value is that if you install their SDK in your app, you'll be able to monitor the activity of your beta-testers (for instance you can define waypoints with definite names).

However, if:

  • You already konw the UDIDs of your beta testers
  • You just want them to be able to click on a link from your server to start installing the app,
    • You don't need "in app" follow-up and just request feedback from your testers,

Then I strongly recommend this tutorial:

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!