草庐IT

ios - 传送 iOS 应用程序更新时出错。 "This bundle is invalid. Apple is not currently accepting applications built with this version of the SDK."

coder 2023-09-20 原文

我在 2014 年 1 月 24 日悄悄地向 iOS 应用商店交付了一个应用。这是一款仅限 iO7/iPhone 的应用程序,所有内容均已正确交付。截至昨天,我的应用程序已获批准,目前可以在 App Store 中看到。

我整理了一个小更新,目前正致力于使用 Application Loader 交付它。

但是,现在当我上传我的生产 IPA 时,它会因为 sdk 错误而被拒绝。

Messages:
    Apple's web service operation was not successful
    Unable to authenticate the package: 806906410.itmsp
    ERROR ITMS-9000: "This bundle is invalid. Apple is not currently accepting applications built with this version of the SDK." at SoftwareAssets/SoftwareAsset (MZItmspSoftwareAssetPackage)

自从我使用与上周末相同的 SDK 进行构建以来,我一直在努力弄清楚发生了什么变化。

最佳答案

从 2 月 1 日起,您只能使用 XCode 5.X 和 iOS7 SDK 为 AppStore 创建应用程序。仔细检查您是否使用正确的 XCode/SDK 编译了您的应用程序。

相关信息:https://developer.apple.com/news/?id=12172013a

关于ios - 传送 iOS 应用程序更新时出错。 "This bundle is invalid. Apple is not currently accepting applications built with this version of the SDK.",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21504848/

有关ios - 传送 iOS 应用程序更新时出错。 "This bundle is invalid. Apple is not currently accepting applications built with this version of the SDK."的更多相关文章

随机推荐