How to change device compatibility of iphone app on App store?

房东的猫 提交于 2019-12-01 01:58:59

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!