Install In-House iOS App wirelessly with manifest.plist does not work anymore with iOS 8

后端 未结 2 1612
Happy的楠姐
Happy的楠姐 2020-12-16 08:15

We have In-House distribution scheme, which includes both .ipa and manifest.plist files placed on a web-server. A simple web-page allows user to choose the app version and t

相关标签:
2条回答
  • 2020-12-16 08:31

    Same problem with my App. Fixed by changing App bundle name, creating new App Id, and building new provisioning profile.

    0 讨论(0)
  • 2020-12-16 08:51

    You can also just change the bundle id in your Manifest.plist file like:

    <key>bundle-identifier</key>
    <string>com.example.fooappNew</string>
    

    Without regenerating the provisioning profiles.

    0 讨论(0)
提交回复
热议问题