如何在App Store上更改iphone app的设备兼容性? [英] How to change device compatibility of iphone app on App store?

查看:303
本文介绍了如何在App Store上更改iphone app的设备兼容性?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我们公司有两个应用程序。一个人的设备目标是iOS 9(比如第一个应用程序),另一个是iOS 8.1(比如说第二个应用程序)。当我们上传到App Store时,第一个应用程序的兼容性如下所示。



但对于第二个应用,它显示为



当我发现构建仅支持 arm64



现在,删除 UIRequiredDeviceCapabilities 密钥及其数组,
我得到了这个构建信息




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?

解决方案

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

这篇关于如何在App Store上更改iphone app的设备兼容性?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆