I am submitting an app on app-store and after successful submit the status is Invalid Binary. And in the mail which I have received from apple is :
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 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.
so please tell me what to do for it. I have set the Default.png
in the app.plist in key Launch image. Now where I have to be set launch image for iPhone 5 and with which key.