开发者

Apple submission requirements for iPhone apps

开发者 https://www.devze.com 2023-03-04 21:26 出处:网络
Im not sure what the implications of point 2.10 of Apples requirements implies. 2.10 states \"iPhone apps m开发者_StackOverflow社区ust also run on iPad without modification, at iPhone resolution, and

Im not sure what the implications of point 2.10 of Apples requirements implies. 2.10 states "iPhone apps m开发者_StackOverflow社区ust also run on iPad without modification, at iPhone resolution, and at 2X iPhone 3GS resolution"

If I write an iPhone app that works will it be enough to satisfy this requirement.


Short answer is yes. To make an app work on an iPhone, but not on the iPad you would have to try to limit the features by checking if the device is an iPad and then purposely not working.

If you do not do anything like that, your app will no be rejected based on that requirement.

0

精彩评论

暂无评论...
验证码 换一张
取 消