提交AppStore遇见iPad适配问题: Invalid Bundle. iPad Multitasking support requires these orientations

今天打包提交遇到此问题  Invalid Bundle. iPad Multitasking support requires these orientations: ‘UIInterfaceOrientationPortrait,UIInterfaceOrientationPortraitUpsideDown,UIInterfaceOrientationLandscapeLeft,UIInterfaceOrientationLandscapeRight‘. Found ‘UIInterfaceOrientationPortrait,UIInterfaceOrientationPortraitUpsideDown‘ in bundle ‘com.bitscoffee.PhotoMarks.iOS‘.

后来看了看项目:自己是适配的iPad 和iPhone  ,并且都是竖屏,需要增加一个属性即可Require full screen

重新提交AppStore即可!

参考网址:http://stackoverflow.com/questions/32559724/ipad-multitasking-support-requires-these-orientations

时间: 2025-01-02 04:36:12

提交AppStore遇见iPad适配问题: Invalid Bundle. iPad Multitasking support requires these orientations的相关文章

xcode7 上传APPStore错误ERROR ITMS-90474: iPad Multitasking support requires these orientations

在使用Xcode7 上传AppStore时候发现ERROR ITMS-90474错误.报错描述如下: ERROR ITMS-90474: “Invalid Bundle. iPad Multitasking support requires these orientations: ‘UIInterfaceOrientationPortrait,UIInterfaceOrientationPortraitUpsideDown,UIInterfaceOrientationLandscapeLeft,

提交appstore遇到的问题 ITMS-90239:”Invalid Signature.Code object is not signed at all.The binary at path

近日提交AppSotre的时候,使用Xcode6.1提交几次未果,给出的验证未通过的错误信息如题,百度谷歌无济于事,现分享一下解决办法,供iOS.Mac开发的博友参考. 本人通过苹果的官方开发者论坛,找到了如下帖子: https://devforums.apple.com/message/1081140#1081140 其中有一篇回帖说到: The 'code' codesign complains about isn't code. It’s just some data files. If

ERROR ITMS-90682: Invalid Bundle - The asset catalog at 'Payload/XXXXX/Assets.car' can't contain 16-bit or P3 assets if the app supports iOS 9.3 or earlier.

刚升级Xcode 8, 幺蛾子又出现了.提交的时候出了这个问题. BTW,感谢google.以下为解决方案:‘ 在 Xcode 8 中,当你资源文件中[含有16位图]或者[图片显示模式γ值为'P3']且iOS targets设定为iOS 9.3以下就会出现这个问题. 如果你的app需要支持广色域显示的话,那你必须得把target设置成iOS 9.3+,相反,如果你的app不需要支持广色域且你想兼容 iOS 9.3 之前的项目,你就得把所有的16位的或者显示模式为'P3'图片全都替换成8位模式的S

那些年提交AppStore审核踩过的坑

此文刚刚上了CocoaChina的首页:那些年提交AppStore审核踩过的坑  欢迎围观,谢谢大家支持. //add by 云峰小罗,2016.08.04 做iOS开发近5年了,每次提交版本时不可谓不小心翼翼,如履薄冰,但是还是难免踩到了一些坑.苹果的官方文档(AppStore审核条款)这里就不罗列了,太冗长繁琐了,而且大部分是一般app都不会触碰的到的,今天我主要想以自己的亲身经历,跟大家回顾一下这些年我提交AppStore审核时踩过的坑,并且针对如何避免给出一些tips供大家参考.大神请忽

Admob IDFA 无法提交AppStore审核的解决方法

最近加入Admob 广告,发现提交AppStore 审核时,无法通过,如图,不停的查Google,搞了一个通宵,最终还是解决了,先看问题,最后给出答案. Submit for Review CancelSubmit Export Compliance Have you added or made changes to encryption features since your last submission of this app? Export laws require that produ

iOS:界面适配(二)--iPhone/iPad适配(关于xib)

本文纯属个人看法,强迫症后遗症 版本:xcode 6.0 + iOS SDK 8.0 讨论范围:控制器的view(创建VC时自带的xib) ------------------------------------ 在xcode中发现没法区别一个xib是iPhone 还是iPad版的?虽然可以查看Utilities中size inspector的大小,但是没有一个明确的标识,表示它是iPhone还是iPad. 如何区别一个xib是iPhone or iPad? 在xib 查看方式source co

iOS 开发学习41 提交appstore

这是截止2015年7月最新的操作流程. 说明 可以在这里查看app store对开发者的一些要求 英文:https://developer.apple.com/app-store/review/guidelines/ 中文:http://www.cocoachina.com/appstore/20130304/5757.html 为了避免后面的错误,要确保以下几点: 必须支持64bit 提供launch image 推荐把Architectures设置为Standard architecture

iOS提交AppStore审核时:提示有其他支付并隐藏功能被拒的处理办法

背景提示:数字类产品(比如购买会员等不需要配送实物的商品),Apple规定必须使用苹果IAP应用内支付,给Apple分成30%.打包的时候不要勾选微信或支付宝等其他支付方式.如果你提交的包里包含了微信支付宝等支付的sdk,即使没使用,Appstore也会认为你有隐藏方式,以后会绕过iap,不给Apple分成,因此拒绝你的App上线 应用中如果没有交易功能,不要包含支付相关模块和支付相关的js代码 应用中如果只包含虚拟物品交易,只能使用苹果应用内支付(IAP),不能使用支付宝和微信支付 应用中如果

iOS提交AppStore被拒原因

1. Terms and conditions(法律与条款) 1.1 As a developer of applications for the App Store you are bound by the terms of the Program License Agreement (PLA), Human Interface Guidelines (HIG), and any other licenses or contracts between you and Apple. The fo