问题
Our company has two app. One's device target is iOS 9 (let say "first app") and the other one's is iOS 8.1 (let say "second app") . When we upload to App Store, compatibility for "first app" is shown as below.
But for "second app", it shows as
Please help me figure out how to make second app's compatibility to show as same as first one's. And why it isn't compatible for all iPhone devices?
回答1:
I solved the problem by removing UIRequiredDeviceCapabilities
key and its array (values) from the info.plist file.
I know i'll have specific devices (like your problem) when I found the build supports only arm64
Now, after removing UIRequiredDeviceCapabilities
key and its array,
I got this build info
来源:https://stackoverflow.com/questions/37914099/how-to-change-device-compatibility-of-iphone-app-on-app-store