App Reject By ios App Store

社会主义新天地 提交于 2019-11-30 17:24:51

问题


I am using libgdx to create an ios app. I checked the sdk that is is compiling with, and it is 7.0.2. How do I fix this?

1 package(s) were not uploaded because they had problems:
/var/folders/cj/t7129jm93gv3pj_wjdfjq2qm0000gn/T/834524929.itmsp - Error Messages:
Apple's web service operation was not successful
Unable to authenticate the package: 834524929.itmsp
ERROR ITMS-9000: "This bundle is invalid. New apps and app updates submitted to the App Store must be built with public (GM) versions of Xcode 5 and iOS 7 SDK. Do not submit apps built with beta software." at SoftwareAssets/SoftwareAsset (MZItmspSoftwareAssetPackage)
Could not start delivery: all transports failed diagnostics


回答1:


This bundle is invalid. New apps and app updates submitted to the App Store must be built with public (GM) versions of Xcode 5 and iOS 7 SDK. Do not submit apps built with beta software.

Let's look at this part carefully:

Must be built with public (GM) versions of Xcode 5 and iOS 7 SDK. Do not submit apps built with beta software.

Zoom in a bit, please?

Do not submit apps built with beta software.

You are using the Xcode developer preview, probably Xcode 5.1 for iOS 7.1 beta. Since this iOS version is not out, Apple does not allow you to submit apps compiled under this version of Xcode, hence your bundle is "invalid".

Simply open up Xcode with this project, fix any errors that may come, recompile and submit.



来源:https://stackoverflow.com/questions/22186386/app-reject-by-ios-app-store

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