Your binary is not optimized for iPhone 5

懵懂的女人 提交于 2019-12-20 05:43:15

问题


I get this error message while submiting my Xamarin.IOS application to App Store.

ERROR ITMS-90096: "Your binary is not optimized for iPhone 5 - New iPhone apps and app updates submitted must support the 4-inch display on iPhone 5 and must include a launch image referenced in the Info.plist under UILaunchImages with a UILaunchImageSize value set to {320, 568}. 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 have already removed alpha channed and removed transparency from 4-inch launch image on iTunes Connect.

But do I have to remove the alpha channel from every launch image that I have submitted to iTunes Connect and even also from all launch images that I have selected in xcassets on Xamarin Studio ?


回答1:


You need to include suggested sizes in your project. It has nothing to do with Itune connect.




回答2:


This problem has solved when I do this :

  1. I have removed launge images' xcassets totally
  2. added the launch image set and
    added all launch images again
  3. created a new ipa again and

and this time its successfuly submitted.



来源:https://stackoverflow.com/questions/37856990/your-binary-is-not-optimized-for-iphone-5

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