3

I'm trying to get my app to work with TestFlight by following this article on their website. At step 5 when it says to select your Development Provisioning Profile and Ad Hoc Provisioning Profile, I'm not sure what to do:

Go to the Build Settings tab and scroll down to the Code Signing section. For the two default build configurations (Debug and Release), select your Development Provisioning Profile for Debug and your Ad Hoc Provisioning Profile for Release. Leave Code Signing Entitlements blank.

How do I create these? The whole provisioning profile thing is so confusing. For my phone I just clicked "Use for development" or whatever and it basically worked to test my app on. Do I have to create something different?

(Yes I'm a registered developer.)

4

2 回答 2

0

您必须为临时和分发创建配置文件。请参阅http://developer.apple.com/library/ios/ipad/#documentation/ToolsLanguages/Conceptual/YourFirstAppStoreSubmission/TestYourApponManyDevicesandiOSVersions/TestYourApponManyDevicesandiOSVersions.html 在“创建 AdHoc 配置文件”下

于 2013-07-07T22:12:10.550 回答
0

是的,您必须创建分发和开发配置文件。这是在http://developer.apple.com/上完成的……按照最新的应用程序提供的操作方法或最近的在线教程进行操作。

这个过程过去非常令人困惑,但在过去几年里变得更加简单,不要被你读过的所有旧东西吓到。此外,更新配置文件等许多常见任务现在已在 XCODE 管理器中自动执行。但是,首先创建这些是使用开发网站和钥匙串访问完成的。

第一次上手你可能仍然有点困难,但如果你想测试/共享/分发/销售你的应用程序,了解如何使用配置是必不可少的。

于 2013-07-07T22:12:21.473 回答