Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的应用程序的最新版本在应用商店审核流程中被拒绝。我相信这是因为它在 iPad 上打开,并且没有为此设置用户界面。
但我无法弄清楚这是怎么发生的。以前版本的应用程序在 iPhone 大小的屏幕中打开,带有 2x 按钮。此版本打开全屏。是不是因为我的新 xib 开启了自动布局?
更多信息:
设备系列设置设置为:iPhone。
我在 info.plist 中没有任何内容显示 NSMainNibFile~ipad。
苹果拒绝你的应用程序的原因是什么? 自今年 5 月 1 日起,苹果对审核流程进行了一些改动。
根据苹果,
从 5 月 1 日开始,必须为配备 Retina 显示屏的 iOS 设备构建提交到 App Store 的新应用和应用更新,并且 iPhone 应用还必须支持 iPhone 5 上的 4 英寸显示屏。
因此,如果您的 iPhone 应用程序不支持 iPhone 5 分辨率,那么 Apple 将拒绝该应用程序。如需更多参考,请参阅此内容。
检查设备设置是否选择了iphone。