When submit the app on app store status is Invalid Binary? [closed]

大城市里の小女人 提交于 2019-12-13 12:37:11

问题


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.


回答1:


this is what you need

Default-568h@2x.png

you need this image with the dimention 640 × 1136 pixels

Because they don't want to accept the app which not support iPhone 5.

Hope this help you.

Wayne




回答2:


according to apple must three things for approval

1) you will have to add three default screen for your application

Default.png

Default@2x.png

Default-568h@2x.png (640*1136 for iphone 5)

go to Target -> summery -> lauch image and drag the image (when you are drag the image in this section then automatic add in .plist file)

see the image

2)you will have to upload app by XCode 4.5 , and

3)add armv7s



来源:https://stackoverflow.com/questions/16786955/when-submit-the-app-on-app-store-status-is-invalid-binary

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!