由于未对ipad进行适配(运行时结构有遮挡,官方任务是结构混乱),以下是回执
Guideline 2.4.1 - Performance - Hardware Compatibility
We noticed that your app did not run at iPhone resolution when reviewed on iPad running iOS 11.0.3. Please see attached screenshots for details.
Next Steps
To resolve this issue, please revise your app to ensure it runs as expected and displays properly at iPhone resolution on iPad. Even if your app was developed specifically for iPhone, users should still be able to use your app on iPad.
设备选的是iPhone
请教
如果能让我在不适配 iPad 的情况下过审?
比如
- 配置禁止 iPhone4,iPhone4s的这种小屏幕
- 禁止32位架构设备(iPhone5 - ),只适配iPhone5s+也是可以接受的。
发布程序,iphone可以不测,但是ipad必须做好测试。因为苹果审核全都是用ipad进行审核的。
被拒的原因说的很清楚了,尽管你的app是一个iphone程序,但是用户还是可能用ipad运行你的程序。你的程序在ipad上跑,布局出现问题。
最好你建一个ipad模拟器测试一下,只要做好了iphone的各个尺寸适配,在ipad上跑都不会有问题。