iOS disable support for iPad - hide from iPad AppStore
I’m sure you know about Whatsapp. Whatsapp was not available in iPad AppStore.
To achieve this, change Info.plist file, right-click -> Open as -> Source Code
Then search for UIRequiredDeviceCapabilities
, most probably you will see
Info.plist
1 | <key>UIRequiredDeviceCapabilities</key> |
It means this app only support for those device which can call.
References: