上传AppStore时候发现ERROR ITMS-90474错误
ERROR ITMS-90474: “Invalid Bundle. iPad Multitasking support requires these orientations: ‘UIInterfaceOrientationPortrait,UIInterfaceOrientationPortraitUpsideDown,UIInterfaceOrientationLandscapeLeft,UIInterfaceOrientationLandscapeRight’. Found ‘UIInterfaceOrientationLandscapeLeft,UIInterfaceOrientationLandscapeRight
大概意思是: 无效的安装包,iPad 多任务功能需要 App 支持所有方向。
因为 iOS9 后 App 默认开启多任务功能,而多任务功能需要 App 支持所有方向,如果我们 App 是有需要支持多任务,则需要开启 App 对各个方向(上、下、左、右)的支持。如果 App 不需要开启多任务,则只需要将如下示意图的 requires full screen 勾选上就 OK,具体做法如下图:
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 新风作浪!
评论