rejected by ui crowded in iPad with no iPad setting

Hi ,


my app's target device is only iPhone and itouch touch , and it is set in project my setting file.


and my app rejected with the reason as below.

We noticed that several screens of your app were crowded or laid out in a way that made it difficult to use your app.


We've attached screenshot(s) for your reference. These screenshots represent some examples of this problem but may not represent all instances of this issue.


and in screenshot , it is iPad screenshot.


it is not bad in iPhone device.


What is going on here, and what can I do for this ?

Accepted Answer

The general conclusion is going to be to "Improve the layout of your app."


One of the program requirements is that your app run on the iPad unless you're using device functions only present on the phone. If you don't do anything for it, your app designed for the phone's screen is going to end up running the in a compatibility model similar to the 3.5" non-retina phone. That screen size could be squashing your UI elements together or otherwise making your layout code do bad things.

DDepending on how you wrote your app, it may be easier to add support for the iPad then it will be to fix your layout for the compatibility mode screen.

rejected by ui crowded in iPad with no iPad setting
 
 
Q