iOS中的设备兼容性问题 [英] Device compabilities issue in iOS

查看:414
本文介绍了iOS中的设备兼容性问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我们上传了一个应用程序,该应用程序在第一个版本中将电话"功能添加到设备功能中,以仅限制信息列表中的iPhone设备.在第二个版本中,我们忘记添加电话",因此我们将其提交到App Store.我们计划上传的第三个版本的设备功能为电话",但在提交到App Store时会显示警告:

We uploaded an app where in the first version we added to device capabilities "telephony" to restrict only iPhone devices in the info plist. In the second version we forgot to add "telephony" and we submitted to the App store. Third version we are planning to upload with device capabilities as "telephony" but while submitting to the App Store it shows the warning:

此捆绑包无效.键盘上的键UIRequiredDeviceCapabilities Info.plist可能不包含会阻止该应用程序的值 在以前版本支持的设备上运行.

This bundle is invalid. The key UIRequiredDeviceCapabilities in the Info.plist may not contain values that would prevent this application from running on devices that were supported by previous versions.

如果在应用程序生命周期中需要设备功能电话",那么如何解决此问题,但是由于我在第二个版本中的错误,我们忘记了添加所需的设备功能?有什么解决方案?

How can we resolve this issue, if we require the device capability "telephony" for application lifetime, but due to my mistake on the second version we forgot to add the required device capabilities? What is the solution for it?

提前谢谢.

推荐答案

在信息plist中添加到设备功能"healthkit"中时,我有相同的警告.

I have the same warning when added to device capabilities "healthkit" t in the info plist.

此捆绑包无效-Info.plist中的关键UIRequiredDeviceCapabilities可能不包含会阻止该应用程序在以前版本支持的设备上运行的值.

This bundle is invalid - The key UIRequiredDeviceCapabilities in the Info.plist may not contain values that would prevent this application from running on devices that were supported by previous versions.

删除Info.plist->所需的设备功能->项目-> healthkit,再次上传以提交审核成功.

delete Info.plist -> Required device capabilities -> Item -> healthkit,upload again to submit review success.

这篇关于iOS中的设备兼容性问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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