Could not submit app to iTunesConnect review

☆樱花仙子☆ 提交于 2019-12-05 08:49:26

Another solution - use Application Loader:

  1. Export your app as IPA, signed with provision profile for App Store
  2. Open Application Loader (open Xcode, menu Xcode->Open Developer Tools->Application Loader
  3. Sign in with your iTunes Connect credentials in Application Loader
  4. Upload your app

PS: This way is also useful, when you have multiple iTunes Connect accounts for different clients, and you need often upload different apps for them

We're having the same problem. It seems that Apple have just changed the definition of being 'built with beta software' to not just mean a beta version of XCode, but also a current version of XCode on a beta version of the Mac OS.

See a long thread of upset app developers on the Apple Developer Forums here:

https://forums.developer.apple.com/thread/12848

Yeah, used to have the same problem for tvOS applications with last Xcode 7.2.1 from App Store. Downgrade the Xcode to 7.2 version had solved my problem.

Check This in your Code:

  • Go to Project -> Info -> iOS Deployment Target
  • Make sure it will be not below -> 5.1.1
  • Set it with 6.0
  • Clean project & try again

Hope it will work for you.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!