在 ITC 审查期间观看 OS3、UIRequiredDeviceCapabilities 问题 [英] watch OS3 , UIRequiredDeviceCapabilities issue during ITC review

查看:23
本文介绍了在 ITC 审查期间观看 OS3、UIRequiredDeviceCapabilities 问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在 testflight 审核期间,我遇到了以下问题:

During testflight review, I run into the following issue:

来自苹果2. 3 性能:准确的元数据性能 - 2.3

From Apple 2. 3 PERFORMANCE: ACCURATE METADATA Performance - 2.3

我们无法在运行的 Apple Watch 上安装应用程序扩展操作系统3.Info.plist 中的 UIRequiredDeviceCapabilities 键设置在这样应用程序就不会安装在运行的 Apple Watch 上操作系统3.

We were unable to install the app extension on an Apple Watch running OS3. The UIRequiredDeviceCapabilities key in the Info.plist is set in such a way that the app will not install on an Apple Watch running OS3.

后续步骤

请检查 UIRequiredDeviceCapabilities 键以验证它仅包含您的应用功能所需的属性或不能出现在设备上的属性.属性如果需要,由字典指定的应设置为 true如果它们不能出现在设备上,则为 false.

Please check the UIRequiredDeviceCapabilities key to verify that it contains only the attributes required for your app features or the attributes that must not be present on the device. Attributes specified by a dictionary should be set to true if they are required and false if they must not be present on the device.

现在,我的应用程序几乎是 Watch OS3 的 Xcode 示例项目,我没有以任何方式干预 UIRequiredDeviceCapabilities.

Now, my app is pretty much the Xcode example project for Watch OS3, I have not meddled with the UIRequiredDeviceCapabilities in any way.

事实上,Watch App"和Watch App Extension"目标甚至都没有UIRequiredDeviceCapabilities"条目,只有 iOS 主目标才有条目:

In fact, neither the 'Watch App' nor the 'Watch App Extension' target even have an entry for 'UIRequiredDeviceCapabilities', only the iOS main target has the entry:

<key>UIRequiredDeviceCapabilities</key>
<array>
    <string>armv7</string>
</array>

当直接通过 Xcode 提供给设备时,应用也可以很好地安装在带有 Watch OS3 的手表上.

App installs fine on watches with Watch OS3 too, when suppling it to devices via Xcode directly.

推荐答案

我最终从 iOS 目标的设备功能中删除了armv7",它被接受了.这并不重要,因为它只是 iOS 父应用程序的设置,但由于某种原因它后来被接受了:/

I ended up removing the 'armv7' from the device capabilities of the iOS target and it was accepted. It shouldn't really matter, as it's only the setting for the iOS parent app but for some reason it was accepted afterwards :/

这篇关于在 ITC 审查期间观看 OS3、UIRequiredDeviceCapabilities 问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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