This is a note that cocoachina member stlau summarized based on his experience in submitting the iPad software. I hope you will pay attention to it to avoid software being rejected by Apple reviewers.
Post
Child address http://www.cocoachina.com/bbs/read.php? Tid-17119.html
Ken
Will be rejected:
1. app name: Do not use a name similar to *** pad, but use *** for iPad or *** iPad
Name such as version;
2. popover problems:
A.
Unless it is in the task editing status, popover should be able to dismiss it at any time by clicking somewhere outside its scope. In other words, do not use modal mode;
B.
The width should not be too large or greater than 600;
C. The pickerview must be placed in the popover, and the width should not be extended.
D.
Alertview should also be implemented using pover.
3.
Try not to use the full screen switch effect (I used flip to cause rejection, but I don't know whether curl can work). If it seems that I must use full screen, I can use modal, I do not understand this very well.
White;
It will not cause rejection, but it is recommended to improve:
1. Support four directions as much as possible
2.
Use less alertview and full screen view Switch
3. Use iPad-related UI elements, popover, and splitview as much as possible.
In general, Apple's review focuses on showing that he and the iPhone
APP differences, as well as ensuring the smoothness of user experience.