Skip to main content
Participant
November 7, 2013
Answered

iPhone 5 Optimization Requirement

  • November 7, 2013
  • 1 reply
  • 685 views

I keep receiving the following message from Apple when submitting my app for approval:

"iPhone 5 Optimization Requirement - Your binary is not optimized for iPhone 5. New iPhone apps and app updates submitted targeting iOS 6 and above 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."

I'm using AIR SDK 3.9 (and I checked to make sure by tracing NativeApplication.nativeApplication.runtimeVersion).

I have a Default-568h@2x.png image in the src folder, and I checked the Project/Properties/ActionScript Build Settings/Package content (I'm using Flash Builder 4.6). It is definitely checked off to be included in the build. In "Export Release Build", I don't see it in the Package Contents there, but I don't see any of the other Default png's either, so I don't think that's the problem.

Does anyone know what I'm doing wrong?

This topic has been closed for replies.
Correct answer Leafcutter

I use:

Default-568h@2x~iphone.png

Also make sure it is the right way round (so in portrait orientation)

1 reply

Leafcutter
LeafcutterCorrect answer
Inspiring
November 8, 2013

I use:

Default-568h@2x~iphone.png

Also make sure it is the right way round (so in portrait orientation)

Quasar14Author
Participant
November 9, 2013

Whoa! It worked! Thank you very much!