2013/01/25

iTunes Connect : Invalid Launch Image でリジェクト

iTunes Connect でアプリを申請した時に、「Invalid Launch Image - Your app contains a launch image with a size modifier that is only supported for apps built with the iOS 6.0 SDK or later.」という内容で、リジェクトされることがある。

なんでしょうか、これは?

調べてみると、以下の様なものが。どうもiPhone5に対応するために追加した「Default-568h@2x.png」というファイルが原因のもよう。iPhone5対応するなら、iOS 6.0 SDK使ってビルドしろと、もしくは、iPhone5対応辞めろと言っている。
iOS 6.0 SDKでビルドするためには、Xcode 4.5以上が必要なようです。

※ちなみに、Flash Professional or Builderを使っている方でiPhone5に対応したアプリを作りたい場合は、Air 3.4 SDKでは対応されていないようなので、Air 3.5 SDKを使ってビルドする必要があります。自動アップデートされないので、Air 3.5 SDKを手動でインストールしましょう。http://www.adobe.com/devnet/air/air-sdk-download.html

This issue results from building your application with iOS SDK 5.1 and earlier and adding a Default-568h@2x.png image to it in order to support the 4-inch retina display. If you intend to support the 4-inch retina display, then you must build your application against the iOS 6.0 SDK. If you do not intend to build your application against iOS 6 SDK, then remove Default-568h@2x.png from your project.

http://developer.apple.com/library/ios/#technotes/tn2294/_index.html


0 件のコメント:

コメントを投稿