App Reject By ios App Store

后端 未结 1 1631
悲哀的现实
悲哀的现实 2021-01-06 07:34

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

相关标签:
1条回答
  • 2021-01-06 08:06

    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.

    0 讨论(0)
提交回复
热议问题