我没有使用iTunes连接的经验,我有一个正在开发的应用程序,我想把它上传到iTunes连接上,这样我就可以把它部署到我的TestFlight内部测试器上。我使用Application Loader上传我的归档文件,但得到以下错误:
ERROR ITMS-90161: "Invalid Provisioning Profile. The provisioning profile included in the bundle com.***.*** [Payload/***.app] is invalid. [Missing code-signing certificate]. A Distribution Provisioning profile should be used when submitting apps to the App Store. For more information, visit the iOS Developer Portal."这听起来像是我想要将应用程序上传到AppStore,但我只想上传开发版本。我做错了什么?
发布于 2017-05-05 13:21:03
当你在testflight上载你的构建时,听起来你做的配置、配置文件开发或分发是不正确的。如果你想在testflight上上传你的构建,而不是使用adhoc或apple store证书来创建配置文件。我希望它能对你有所帮助。
https://stackoverflow.com/questions/43791987
复制相似问题