【发布时间】:2014-06-18 09:39:41
【问题描述】:
与往常一样,将我的PhoneGap 应用程序提交给iTunesConnect 相当麻烦。特别是当我尝试使用Application Loader 时,我看到弹出这条新消息。
Your binary is not optimized for iPhone 5. - New iPhone apps and app updates
submitted must support the 4-inch display on iPhone 5 and must include a launch
image with the -568h size modifier immediately following the
<basename> portion of the launch image's filename. Launch images
must be PNG files and located at the top-level of your bundle, or provided
within each .lproj folder if you localize your launch images.
根据https://developer.apple.com/library/ios/documentation/userexperience/conceptual/mobilehig/LaunchImages.html,我创建了一个 640 x 1136 的图像,将其命名为“Launch_Image_640x1136-568h.png”,并将其放在 www 文件夹中。尽管如此,它还是给了我错误。
这里发生了什么?希望这是一件简单易行的事情,但我现在无能为力。有人对此有任何信息或解决方案吗?谢谢。
**更新**
我在Windows 8.1 上使用Aptana 3 开发应用程序,并且只使用mac 来进行证书、密钥、p12 文件和上传。我没有通过 xcode 在 Mac 上使用 PhoneGap。
【问题讨论】:
-
这可能是一些人的观点,但你必须承认这个线程的解决方案和解释要好得多。
标签: ios cordova app-store-connect