iTunes Connect: Excluding iPad From Supported Devices

前端 未结 3 1998
耶瑟儿~
耶瑟儿~ 2021-02-19 06:41

I have just uploaded my first app to iTunes Connect and noticed that my list of supported devices is appearing as follows...

Device Requirements: Compatible with iPho

3条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-02-19 06:59

    The way to indicate that an application should only run on iPhone is to specify your application as an iPhone type application, rather than universal. Open your project (in XCode), click on the project name at the top of the Project Navigator sidebar, select the target, go to the summary tab, and change "Devices" to iPhone.

    When you submit it, it will only be run in emulator mode on iPads, thus getting around any issues.

提交回复
热议问题