I want to limit the list of compatible devices for my ios app.

I want to allow my app only for iPad. For android it is possible here

https://support.google.com/googleplay/android-developer/answer/7353455?hl=en

Where can I find similar functionality for iOS?

Interesting that you say it is possible to restrict an Android app to iPad-only!

To achieve this in Xcode, go to Target > Deployment Info

  • check "iPad"
  • uncheck "iPhone
I want to limit the list of compatible devices for my ios app.
 
 
Q