iPad上的iPhone应用程序兼容性

时间:2017-08-03 19:33:48

标签: ios iphone ipad appstore-approval

我对appstore提交有疑问。我开发了一款iPhone应用程序,而且我只限制了它的肖像。我的问题是,这个iphone应用程序是否应该在ipads上运行,即使它是一个iPhone应用程序?

如果在1x和2x模式下ipad运行不佳,我的应用会被拒绝吗?

请帮帮我。 感谢

1 个答案:

答案 0 :(得分:1)

是。所有iPhone应用程序也必须在iPad上运行。 你应该把它设置为通用。

如果您的应用在1x和2x模式下运行良好,则会被拒绝。

https://developer.apple.com/app-store/review/guidelines/

  
      
  1. 4性能:硬件兼容性性能 - 2.4.1
  2.   

你必须使用Vary for Traits。

https://developer.apple.com/library/content/documentation/IDEs/Conceptual/AppDistributionGuide/ConfiguringYourApp/ConfiguringYourApp.html

此链接可帮助您了解适应性模型。

https://developer.apple.com/library/content/featuredarticles/ViewControllerPGforiPhoneOS/TheAdaptiveModel.html

在这里,你有WWDC解释如何使用Vary for Traits

https://developer.apple.com/videos/play/wwdc2016/222/

设置全屏:

enter image description here

最后一个选项,在项目属性页面的“部署信息”部分中需要全屏。