Exclude iPhone 4S devices from downloading app

2020-04-18 03:37发布

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 iPhone 4S is the oldest device that can have iOS9, but because of screen size constraints I would prefer not to support those devices.

2条回答
做个烂人
2楼-- · 2020-04-18 03:43

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.

查看更多
Lonely孤独者°
3楼-- · 2020-04-18 03:56

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.

查看更多
登录 后发表回答