iOS上线错误(iPad及启动页)

今日新版本上线,新版本改动之一是适配了iPad版本,除了代码适配以外,还有启动页。在之前版本中,启动页通过Launch Screen布局。新版本中在Launch Images插入了不同尺寸的启动页图片,于是在上线过程中出现了几个问题。

1.Invalid Bundle.iPad Multitasking support requires launch story board in bundle ’com.xxxx.xxxx’


由于iOS9 iPad的分屏适配导致,移除对iPad Multitasking的支持即可。在项目属性中选择General,勾选Requires full screen 即可。也可适配iPad Multitasking,根据项目的需求适配。




2.Invalid Bundle.iPad Multitasking support requires these orientations: 

‘UIInterfaceOrientationPortaint,UIInterfaceOrientationPortaintUpsideDown,UIInterfaceOrientationLandscapeLeft,UIInterfaceOrientationLandscapeRight’. Found ’UIInterfaceOrientationPortaint’ in Bundle  ‘com.xxxx.xxxx’


解决方法同1,均是由于iPad Multitasking导致,根据项目需求适配。


3.“Your binary is not optimized for iPhone 5 - New iPhone apps and app update submitted must support the 4-rich 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. Iproj folder if you loalize your images. Learn more abort iPhone 5 support and app launch images by reviewing the ‘iOS Human Interface Guidelines’ at ‘https://developer.apple.com/library/ios/documentation/UserExperience/Conceptual/MobileHIG/IconsImages/IconsImages.html#//apple_ref/doc/uid/TP40006556-CH14-SE5 ’ and the’iOS App programing Guide’ at ‘‘https://developer.apple.com/library/ios/documentation/iPhone/Conceptual/iPhoneOSProgrammingGuide/App-RelatedResources/App-RelatedResources.html#//apple_ref/doc/uid/TP40007072-CH6-SW12 ’.”  


在启动页中缺少4英寸的图片,添加640*1136 及 320*568尺寸即可


评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值