How an iOS app is installed on a device

后端 未结 2 1670
余生分开走
余生分开走 2021-02-08 10:07

I\'m interested to find out the technical details of how an iOS app installs on a device. Let me explain my situation,

  • I have my app\'s .ipa and .plist on a serve
2条回答
  •  心在旅途
    2021-02-08 10:50

    Normally if a adhoc install via the web fails its either due to invalid provisioning set to the ipa, invalid entitlements set or timeouts due to internet connection.

    I would check to see what entitlement settings you are using in xcode. Get task allowed should be set to false.

    If its not entitlements I would log into itunes connect, make sure your distribution profile has the correct devices set to it. Delete your local distribution profile, download the profile from itunes connect and reinstall into your keychain. This is to avoid the chance that old profiles are still being referenced.

    A quick and easy way to install ipas would be to use the iphone configuration tool like paul said. I think there was a bug with mavericks but that might be fixed now. Worst case scenario you can drag and drop the ipa into the device via organiser.

提交回复
热议问题