Apple submission requirements for iPhone apps

廉价感情. 提交于 2019-12-12 16:49:20

问题


Im not sure what the implications of point 2.10 of Apples requirements implies. 2.10 states "iPhone apps must 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.


回答1:


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.



来源:https://stackoverflow.com/questions/5942593/apple-submission-requirements-for-iphone-apps

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!