How can I restrict my iOS Project to iPhone 4 Only

后端 未结 3 1660
长发绾君心
长发绾君心 2021-01-14 18:48

I\'m using a barcode scanner library within my iOS project that currently only supports iPhone 4 devices. Is it possible to restrict the application submission so that only

3条回答
  •  暖寄归人
    2021-01-14 19:37

    I would check out the UIRequiredDeviceCapabilities in the SDK. It is generally Apple's policy to try to make your app available to all devices. I can't remember off the top of my head if the App store will only show Apps that are made to work on the device or if the App store does a blanket view.

提交回复
热议问题