iPhone iPad 上的应用兼容性

iPhone apps compatibility on iPads

我有一个关于应用商店提交的问题。我开发了一个 iPhone 应用程序,我将其限制为仅用于肖像。我的问题是这个 iphone 应用程序是否也应该在 ipads 上运行,即使它是一个 iphone 应用程序?

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

请帮帮我。 谢谢

是的。所有 iPhone 应用程序也必须 运行 iPad。 您应该将其设置为通用。

是的,如果您的应用在 1x 和 2x 模式下运行 表现不佳,它将被拒绝。

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

  1. 4 PERFORMANCE: HARDWARE COMPATIBILITY Performance - 2.4.1

Traits 必须使用 Vary。

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

这 link 帮助您理解自适应模型。

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

WWDC 在这里解释了如何使用 Vary for Traits

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

设置全屏:

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