iPhone 5 issue

Just tried updating a binary and got this back from apple:

iPhone 5 Optimization Requirement  - Your binary is not optimized for iPhone 5. As of May 1, all new iPhone apps and app updates submitted must support the 4-inch display on iPhone 5. All apps 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. Learn more about iPhone 5 support and app launch images by reviewing the iOS Human Interface Guidelines and iOS App Programming Guide.

Anybody been there? 

cheers

Hi,

You must ensure to take advantage of the 4-inch display of the iPhone 5 for your new build to be reviewed.

You must  include in your project the splashscreen named : Default-568h@2x.png and you must ensure that you take into account the full height of the device for your app. Then you should be ok.

Hi,

You must ensure to take advantage of the 4-inch display of the iPhone 5 for your new build to be reviewed.

You must  include in your project the splashscreen named : Default-568h@2x.png and you must ensure that you take into account the full height of the device for your app. Then you should be ok.