应用被 ios App Store 拒绝 [英] App Reject By ios App Store

查看:32
本文介绍了应用被 ios App Store 拒绝的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

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

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 个软件包因存在问题而未上传:
/var/folders/cj/t7129jm93gv3pj_wjdfjq2qm0000gn/T/834524929.itmsp -错误信息:
Apple 的 Web 服务操作不正常成功
无法验证包:834524929.itmsp
错误 ITMS-9000:此捆绑包无效.提交到 App Store 的新应用和应用更新必须使用Xcode 5 和 iOS 7 SDK 的公共 (GM) 版本.不要提交应用程序使用 beta 软件构建."在 SoftwareAssets/SoftwareAsset(MZItmspSoftwareAssetPackage)
无法开始交付:全部传输失败的诊断

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

推荐答案

此捆绑包无效.提交到 App 的新应用和应用更新商店必须使用 Xcode 5 和 iOS 7 的公共 (GM) 版本构建开发工具包.请勿提交使用 Beta 版软件构建的应用.

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:

必须使用 Xcode 5 和 iOS 7 的公共 (GM) 版本构建开发工具包.请勿提交使用 Beta 版软件构建的应用.

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 是无效的".

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".

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

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

这篇关于应用被 ios App Store 拒绝的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆