Hey everyone,
I'm developing an iOS only app and want to make sure it can not be installed on iPads.
Using Xcode 26, Targets/Appname/General/Supported Destination - I have iPhone only as destination and in the Info.plist I have this:
UIDeviceFamily
1
UIRequiredDeviceCapabilities
telephony
Is there anything else need to do to make sure it can't be installed on iPads? Thanks in advance
2
0
52