对于Adobe AIR应用程序(已在Apple App Store中发布超过一年)我正在尝试使用Application Loader提交更新,但出现以下错误:
错误ITMS-9000:“无效的代码签名。可执行文件 'Payload / XXX.app / XXX'必须使用证书签名 包含在供应资料中。“at SoftwareAssets / SoftwareAsset(MZItmspSoftwareAssetPackage)
该应用程序已使用Flash Builder 4.7和Apache Flex 4.11.0以及AIR 4.0创建:
应用程序在我的测试设备(iPhone 5c)上编译并运行就好了。
为什么它被Application Loader拒绝了?
它可能是次要的东西,比如缺少图标或飞溅图像......
当然,我已经尝试了几次,并撤销/创建了新的证书,并为App Store创建了新的分发配置文件。
以下是我的XXX-app.xml的摘录:
<autoOrients>true</autoOrients>
<fullScreen>true</fullScreen>
<visible>true</visible>
<softKeyboardBehavior>none</softKeyboardBehavior>
<icon>
<image16x16>assets/icons/icon-16x16.png</image16x16>
<image29x29>assets/icons/icon-29x29.png</image29x29>
<image32x32>assets/icons/icon-32x32.png</image32x32>
<image36x36>assets/icons/icon-36x36.png</image36x36>
<image48x48>assets/icons/icon-48x48.png</image48x48>
<image57x57>assets/icons/icon-57x57.png</image57x57>
<image72x72>assets/icons/icon-72x72.png</image72x72>
<image114x114>assets/icons/icon-114x114.png</image114x114>
<image128x128>assets/icons/icon-128x128.png</image128x128>
<image512x512>assets/icons/icon-512x512.png</image512x512>
<image50x50>assets/icons/icon-50x50.png</image50x50>
<image58x58>assets/icons/icon-58x58.png</image58x58>
<image76x76>assets/icons/icon-76x76.png</image76x76>
<image100x100>assets/icons/icon-100x100.png</image100x100>
<image120x120>assets/icons/icon-120x120.png</image120x120>
<image144x144>assets/icons/icon-144x144.png</image144x144>
<image152x152>assets/icons/icon-152x152.png</image152x152>
<image1024x1024>assets/icons/icon-1024x1024.png</image1024x1024>
</icon>
<iPhone>
<InfoAdditions><![CDATA[
<key>UIDeviceFamily</key>
<array>
<string>1</string>
<string>2</string>
</array>
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>
]]></InfoAdditions>
<requestedDisplayResolution>high</requestedDisplayResolution>
</iPhone>
<extensions>
<extensionID>com.adobe.Vibration</extensionID>
<extensionID>com.adobe.ane.gameCenter</extensionID>
</extensions>
</application>
.ipa文件中包含的启动图像为:
Default-568h@2x.png
Default-Landscape.png
Default-Landscape@2x.png
Default-Portrait.png
Default-Portrait@2x.png
Default.png
Default@2x.png
答案 0 :(得分:2)
您需要使用AIR 4.0 beta(可从安装程序AIR菜单中选择)。
其中一个问题是: 错误3686074:[APPLE] [XCODE5]提交到App Store的新应用和应用更新必须使用最新版本的Xcode 5从2月1日开始构建