gpt4 book ai didi

ios - App Store由于UIRequiredDeviceCapabilities键而拒绝了App

转载 作者:行者123 更新时间:2023-12-01 18:09:13 26 4
gpt4 key购买 nike

我将引用苹果文档的UIRequiredDeviceCapabilities,其中指出:

UIRequiredDeviceCapabilities (Array or Dictionary - iOS) lets iTunes and the App Store know which device-related features an app requires in order to run. iTunes and the mobile App Store use this list to prevent customers from installing apps on a device that does not support the listed capabilities.

If you use an array, the presence of a given key indicates the corresponding feature is required. If you use a dictionary, you must specify a Boolean value for each key. If the value of this key is true, the feature is required. If the value of the key is false, the feature must not be present on the device. In both cases, omitting a key indicates that the feature is not required but that the app is able to run if the feature is present

armv7 Include this key if your app is compiled only for the armv7 instruction set. minimum ios version : iOS 3.1

location-services Include this key if your app requires (or specifically prohibits) the ability to retrieve the device’s current location using the Core Location framework. (This key refers to the general location services feature. If you specifically need GPS-level accuracy, you should also include the gps key.) minimum ios version : iOS 3.0



apple doc link for UIRequiredDeviceCapabilities

我在info.plist的UIRequiredDeviceCapabilities数组中的UIRequiredDeviceCapabilities数组中为我的所有目标设置了一个关键 armv7 ,并将 最低ios版本设置为8.0 支持的体系结构:armv7,arm64 所需功能:armv7 1.0,App-Version

现在,我正在使用用于Google map 的coreLocation Services在应用程序中查找某个地方的时间。我是否还需要添加 location-services 键,它会有所帮助吗?

我几天来一直在研究这个主题,但找不到答案。

最佳答案

我会说您至少需要以下功能:
armv7arm64location-servicesgps

关于ios - App Store由于UIRequiredDeviceCapabilities键而拒绝了App,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35082278/

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