ios - 创建配置文件以与 TestFlight 一起使用?

标签 ios objective-c xcode provisioning-profile ios-provisioning

我正在尝试让我的应用与 TestFlight 一起工作通过关注 this他们网站上的文章。在第 5 步,当它说选择您的 Development Provisioning Profile 和 Ad Hoc Provisioning Profile 时,我不确定该怎么做:

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.

我如何创建这些?整个供应配置文件的事情是如此困惑。对于我的手机,我只需点击“用于开发”或其他任何东西,它基本上可以用来测试我的应用程序。我必须创造一些不同的东西吗?

(是的,我是注册开发人员。)

最佳答案

关于ios - 创建配置文件以与 TestFlight 一起使用?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17516864/

相关文章:

ios - 如何在 ios swift 中重新加载 TableView 的可见单元格

ios - 当我在 watch 套件扩展或 iPhone 蓝牙中使用 corebluetooth 框架时,Apple Watch 是否使用自己的蓝牙?

iOS UIView 子类将透明文本绘制到背景

iphone - UILocalNotifications 播放自定义声音

iphone - "readInBackgroundAndNotify"增加接收器的保留计数

ios - 无法刷新 tableView 中的单元格文本标签

ios - 在 Swift 中向自定义按钮添加闭包

objective-c - Cocoa:当我有一个 "id button"变量时如何获取按钮类型

ios - 使用 Swift 根据搜索文本搜索数组

c++ - 当一个函数可以被赋予一个 char* 或文字字符串时,声明这个函数的正确方法是什么?