对于一个Adobe AIR应用程序(这是因为在苹果App Store中发布了一年),我试图用提交加载应用程序的更新,但出现以下错误:
ERROR ITMS-9000:“无效的代码签名的可执行文件的有效载荷/ XXX.app / XXX“必须包含在供应配置文件中的证书签名” 在SoftwareAssets / SoftwareAsset(MZItmspSoftwareAssetPackage)
该应用程序已在Flash Builder 4.7和Flex的阿帕奇和4.11.0 4.0 AIR创建:
该应用程序编译,并在我的测试设备(iPhone 5C)就好运行。
为什么通过应用程序加载器拒绝?
这可能是一些小的,像一个丢失的图标或开机画面...
当然,我已经尝试了明显的几次撤销/创造了新的荣誉证书,并创造了新的发行配置的配置文件的应用程序商店。
下面是从我的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