iPhone app run on iPad

ぃ、小莉子 提交于 2019-12-20 07:22:44

问题


I have uploaded an app developed for iPhone 5S, this week I uploaded an update where I simply changed some texts, no programming. And I reject it, the reason is to be compatible with iPad, meaning that if you the low to iPad screens should not be cut off (2X option). They are different resolutions, do not know how to make them compatible.

I have replied saying it is an app exclusively for iPhone and precisely I'm developing with many more features to iPad.

I have come to answer that yet, should look good on iPad.

The iPhone 5S resolution is 640 x 1136, and the iPad is 768 x 1024, regardless of the retina or new models of iPhone 6, 6 plus, ie more square.

As I can adapt it without creating a new storyboard exclusive ipad?

The weird thing about all this is that I will accept and update a simple throw me back.

Thank you


回答1:


The App Store Review Guidelines state -

2.10 iPhone Apps must also run on iPad without modification, at iPhone resolution, and at 2X iPhone 3GS resolution

So, you don't need to optimise your app for iPad (although that is recommended and you have said you are working on it) but your app must at least work and provide a functional 'iPhone' User interface on an iPad. It sounds like your app currently doesn't render correctly on an iPad

You should test it and address any issues before resubmitting.




回答2:


You absolutely cannot create a useful iPad app without separate storyboards for the iPad. No way.

You are confused about the resolutions. The iPhone 5S resolution is 320 x 568 with retina. Your layout is based on a 320 x 568 point size, the iPad is based on 768 x 1024 point size (with or without retina). Just NSLog the bounds of the screen and you see it.



来源:https://stackoverflow.com/questions/26273458/iphone-app-run-on-ipad

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