Exclude iPhone 4S devices from downloading app

后端 未结 2 1895
情话喂你
情话喂你 2021-01-22 02:04

I will be releasing an app soon, but I specifically want to support iPhone 5 or later. Is there a way of excluding iPhone 4s devices? My app deployment target is iOS9, and iPho

相关标签:
2条回答
  • 2021-01-22 02:49

    No, if you are going to support iPhone you need to support all the iPhones that support the version of the operating system. Apple will reject it for not supporting the 4S. It is a pain, and I have been rejected for it.

    0 讨论(0)
  • 2021-01-22 02:53

    If your app requires the Metal API, and that requirement is included in the UIRequiredDeviceCapabilities portion of the app plist, then that will prevent an iPhone 4S from downloading the app.

    0 讨论(0)
提交回复
热议问题