繁体   English   中英

Xcode 7.3上载到iTunesConnect(TestFlight构建)失败

[英]Xcode 7.3 Upload to iTunesConnect (TestFlight build) failed

以前,我们使用Xcode 7.3提交了一个应用程序,但在过去10天内,它始终因Xcode 7.3出现“ iTunes store operation failed”错误而失败。 在此处输入图片说明

我们使用Xcode 7.3进行了构建,并使用Application loader 3.0上载,获得了“缺少Beta版本的权利”,并且该构建不可用于测试。 在此处输入图片说明

 Please change the build Version then try to upload it. Make sure before building or archiving clean the project.

第一件事

  Here are the basic steps to upload the app form Application loader:

   1.Archive
   2.Export
   3.Xcode menu --> Xcode --> Open Developer Tool --> Application Loader
   4.Double click "Deliver Your App" and choose the file exported in step #2
   5.click next and follow the instructions until the end

第二件事

   1.Set team in target-> General-> Team
   2.Check and set appropriate provisioning profile in targets/project build settings.
   3.Try with Xcode to upload build if find same issue. Or
   4.Try with application loader it will work.

如果仍然无法正常运行,则只需使用Application Loader 2.9.1上传ipa。

在此处下载Application Loader 2.9.1或在此处

我也遇到类似的问题,似乎只能使用Xcode 8的应用程序加载器发送Xcode 7版本。
我的建议是使用xcode 7构建您的应用程序,将其导出为App Store构建并使用应用程序加载器(而不是Xcode 8)上传。
应用程序加载器位于Xcode菜单-> Open Developer Tool中

由于以下原因会发生

1. I think you are using development or distribution certificates instead of app store certificates
2. Check once in your project folder target->capabilities->associated domains must be off before  submitting app to app store
3. Did you add application new version in iTunes store

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM