Search code examples
iosxcodeipadapp-store

How to Restrict the iOS app only for iPads on app store?


I want to publish my app but it should only be avaliable for Ipad. Iphone users mustn't be able to download it.


Solution

  • Choose your application name under Targets, then General tab. Then in deployment info section, choose only iPad.

    In the same area, you can restrict the device orientation as well. enter image description here