App running on iPad while its iPhone-Only

后端 未结 4 1411
青春惊慌失措
青春惊慌失措 2020-12-09 20:59

I made an iPhone App with Xcode. The devices setting is set to \"iPhone\". But in iTunes Connect it is rejected because it doesn\'t run on the iPad.

That is weird be

4条回答
  •  情歌与酒
    2020-12-09 21:17

    From the Apple iOS App Store Review Guidelines (https://developer.apple.com/app-store/review/guidelines/):

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

    Basically, if you set an app to "Universal" it will have iPad and iPhone versions of the UI and will appear in the search results for both. If you set it to iPhone only, it will still be installable on iPads, but it doesn't appear in the search results by default. Additionally when a user does install it on an iPad it will just scale up the UI to best fit the screen. You cannot prevent your app from running on iPads.

提交回复
热议问题