TestFlight beta-testing iOS app

前端 未结 3 1455
时光取名叫无心
时光取名叫无心 2021-01-29 00:20

I completed to develop my first app. Right now i want to distribute my beta throught https://testflightapp.com

I tried to create .ipa file with this tutorial - http://he

3条回答
  •  礼貌的吻别
    2021-01-29 01:15

    The What's New in Xcode (pdf) documentation states that:

    The iOS platform has supported entitlements for a while, and with Lion, Mac OS X does as well. With Xcode 4.1, the project editor provides a UI for setting up entitlements for Mac OS X applications. You can set entitlements for each target in the project editor. There is also a default code-signing entitlements file available in the file templates in the utilities pane.

    In the Summary tab of your project editor is a section titled Entitlements. Check the "Enable Entitlements" box to have Xcode automatically create an Entitlements plist for you. This section also governs the entitlements' interaction with iCloud and Keychain.

    enabling entitlements

提交回复
热议问题