Phonegap app submission to AppStore - ITMS-9000 error

后端 未结 2 495
攒了一身酷
攒了一身酷 2020-12-21 20:45

On attempting to submit my Phonegap app to the Appstore I get the following error

ERROR ITMS-9000: \"Your binary is not optimized for iPhone 5 - New iPhone apps and

相关标签:
2条回答
  • 2020-12-21 21:10

    you have to add proper splash screen images for supporting 4.0 inch devices.
    Naming convention for splash screen.
    Default.png for non-retina 3.5" devices.
    Default@2x.png for retina 3.5" devices.
    Default-568h@2x.png for retina 4.0" devices.

    0 讨论(0)
  • 2020-12-21 21:19

    Default-568h@2x.png (640x1136px) – "iPhone Portrait iOS5,6 – Retina 4" and "iPhone Portrait iOS7,8 – Retina 4"

    You can find any other splash screen sizes here: http://www.ios-developer.net/iphone-ipad-programmer/icons_and_graphics/default-image

    0 讨论(0)
提交回复
热议问题