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

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

问题描述

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

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

请帮我弄清楚如何使第二个应用程序的兼容性显示为与第一个相同.为什么它不兼容所有 iPhone 设备?

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?

推荐答案

我通过从 info.plist 中删除 UIRequiredDeviceCapabilities 键及其数组(值)解决了这个问题文件.

I solved the problem by removing UIRequiredDeviceCapabilities key and its array (values) from the info.plist file.

当我发现构建仅支持 arm64 时,我知道我将拥有特定设备(例如您的问题)

I know i'll have specific devices (like your problem) when I found the build supports only arm64

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

Now, after removing UIRequiredDeviceCapabilities key and its array, I got this build info

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

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