gpt4 book ai didi

ios - 在 ITC 审查期间观看 OS3、UIRequiredDeviceCapabilities 问题

转载 作者:可可西里 更新时间:2023-11-01 05:50:02 26 4
gpt4 key购买 nike

在试飞审查期间,我遇到了以下问题:

From Apple 2. 3 PERFORMANCE: ACCURATE METADATA Performance - 2.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.

Next Steps

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。

事实上,“Watch App”和“Watch App Extension”目标都没有“UIRequiredDeviceCapabilities”的条目,只有 iOS 主目标有条目:

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

当直接通过 Xcode 将应用程序提供给设备时,应用程序也可以在装有 Watch OS3 的 watch 上正常安装。

最佳答案

我最终从 iOS 目标的设备功能中删除了“armv7”,它被接受了。这应该无关紧要,因为它只是 iOS 父应用程序的设置,但出于某种原因,它后来被接受了:/

关于ios - 在 ITC 审查期间观看 OS3、UIRequiredDeviceCapabilities 问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39676589/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com