近期有用户在使用云打包上传appstore时,apploader会报如下错误,
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. Learn more about iPhone 5 support and app launch images by reviewing the 'iOS Human Interface Guidelines' at https://developer.apple.com/ios/human-interface-guidelines/graphics/launch-screen
解决方法如下,
请根据HBuilder里manifest.json的启动图片设置页面里提示的尺寸重设应用的启动图片,
注意
1 请严格按照提示的尺寸设置需要支持设备的启动图片
2 图片必须是png格式,其他格式图片修改后缀名也会报错
4 个评论
要回复文章请先登录或注册
3***@qq.com
3***@qq.com
骁骑 (作者)
6***@qq.com