此版本是为生产环境(App Store)创建的,不能分发给测试人员

This build is created for production (App Store) and can't be distributed to testers

我正在尝试使用 testflight 上传我的应用程序。我使用 Xcode 创建了应用程序。在我存档我的 iOS 项目后,我使用 testflight 上传它。但是上传没有完成,这是错误消息。 "This build is created for production (App Store) and can't be distributed to testers"

我不知道如何解决这个问题,请帮助谢谢。 Test Flight Error Message Screen Shoot

使用 Application Loader 将应用程序提交到 iTunes 也用于 testFlight 测试。

见下文Link供参考

https://help.como.com/hc/en-us/articles/201574452-Upload-Your-App-to-iTunes-Connect-using-the-Application-Loader //如何使用应用程序加载器

下面的 testFlight 参考检查 link。

https://developer.apple.com/library/content/documentation/LanguagesUtilities/Conceptual/iTunesConnect_Guide/Chapters/BetaTestingTheApp.html

如果您想测试最终分发的应用程序,可以像@Amit 解释的那样使用 TestFlight 来实现它。

更准确地说:

  • 使用生产证书
  • 存档您的应用程序
  • Organizer(Window 选项卡 -> Organizer)中,您可以看到所有存档的构建。
  • 然后你可以导出你想测试的,选择 AppStore Deployment 选项。
  • 最后你必须使用 Application Loader(Xcode 选项卡 -> Developer Tool)。

它将上传您的档案,iTunesConnect 上的 ipa 文件。

从那里,您新上传的版本可用于测试。 您将收到来自 TestFlight 的电子邮件和通知。