iphone - iPad 应用程序因不支持方向而被拒绝。如何解决问题?

标签 iphone ios ipad

我的 iPad 应用被拒绝,原因如下-

The iPad Human Interface Guidelines state that an iPad application should be able to run in all orientations. XXXX is only supporting one variant of the portrait orientation. While we understand there are certain applications that need to run in the portrait orientation, it would be appropriate to support both variants of this orientation in your application.

我支持所有 4 个方向的地方。有没有人遇到过类似的问题,您是如何研究的?

已检查使用 base sdk 3.2 的应用程序在所有方向上都能很好地旋转,但是当我使用 base sdk 4.2 时,旋转会停止,甚至应用程序挂起..!没有得到任何线索,请帮助!

发现 viewWillAppear 中的以下方法无法正常工作导致 viewWillAppear 卡在循环中!

appDelegate.splitViewController.viewControllers = 
[NSArray arrayWithObjects:appDelegate.navScreenObj, appDelegate.ScreenObj2, nil]; 

最佳答案

确保您的应用支持所有 View 中的所有方向。

关于iphone - iPad 应用程序因不支持方向而被拒绝。如何解决问题?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4182209/

相关文章:

iphone - DetailTextLabel 未显示在 iPhone TableView 的某些行上

ios - SpriteKit 中的完成 block 从未被调用

ios - iOS7 中 UITextField 的 rightView 属性错误

ios - 单击 UIButton for Webview 加载到 ipad 后应用程序崩溃

iphone - 如何在 iOS 中打开关联未知的文件?

iphone - 进入后台时播放视频的音轨?

iphone - Ubuntu 14.04 + iOS 8.0.2 未处理的锁定错误

iOS - 摆脱 UITableViewCell 选择背景颜色的变化

ios - 使用 NSRegularExpression 排除某些匹配项

iphone - 如何实现系统相机app的缩小动画效果?