how to check IOS devices supported by my IPA file

1.9k Views Asked by At

I wanted to check iOS devices supported by my IPA files i.e. whether IPA file supports ipad or iphone devices.

I have checked in info.plist but didn't got any information like this. can anyone help me with this.

2

There are 2 best solutions below

0
On

You can check UIDeviceFamily key in the info.plist file

Xcode inserts it automatically based on the value in the Targeted Device Family build setting. You should use that build setting to change the value of the key.

0
On

The info plist has info (should :D) [device family, sdks version vs. deployment version, required capabilities(!)]

&

the executable's architectures are also relevant (see with lip --info)