ios - 应用程序被 ios App Store 拒绝

标签 ios xcode app-store libgdx

我正在使用 libgdx 创建一个 ios 应用程序。我检查了正在编译的 sdk,它是 7.0.2。我该如何解决这个问题?

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

最佳答案

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.

让我们仔细看看这部分:

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

请放大一点好吗?

Do not submit apps built with beta software.

您正在使用 Xcode 开发人员预览版,可能是 Xcode 5.1 for iOS 7.1 beta。由于此 iOS 版本尚未发布,Apple 不允许您提交在此版本 Xcode 下编译的应用程序,因此您的 bundle “无效”。

只需用这个项目打开 Xcode,修复可能出现的任何错误,重新编译并提交。

关于ios - 应用程序被 ios App Store 拒绝,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22186386/

相关文章:

iphone - 无法将ipa上传到应用商店,表示应用缺少必需的体系结构。必须至少存在以下一种架构

iphone - uitableview 中返回的单元格数

iOS 版本特定的 info.plist 设置

iOS 模拟器丢失了所有键盘快捷键?

ios - 错误 Itms-90339 : This bundle is invalid . info.plist 在应用程序包中包含无效 key 'CFBundleResourceSpecification’

ios - App Store 版本号 - 更改方案/最佳实践

ios - 如何获取 App Store 上提供的任何应用程序的 IPA? (旧方法不起作用)

ios - 以编程方式嵌入 UIViewController?

ios - 如何从 tableview 单元格中检索文本字段值

ios - Airplay 和蓝牙 LE 配件的使用