热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

AppleHealthkit和iOS7部署目标-AppleHealthkitandiOS7deploymenttarget

WhentryingtosubmitanappthroughXcodeorApplicationloader,withthehealthkitentitlemente

When trying to submit an app through Xcode or Application loader, with the "healthkit" entitlement enabled and a deployment target of 7.0, the app store gives the following error:

尝试通过Xcode或Application loader提交应用程序时,如果启用了“healthkit”权利并且部署目标为7.0,则应用商店会出现以下错误:

ERROR ITMS-9000: "This bundle is invalid. The key UIRequiredDeviceCapabilities contains value 'healthkit' which is incompatible with the MinimumOSVersion value of '7.0'."

ERROR ITMS-9000:“此捆绑包无效。密钥UIRequiredDeviceCapabilities包含值'healthkit',它与MinimumOSVersion值'7.0'不兼容。”

The confusing thing is, both Strava and UP have healthkit enabled and iOS7 deployment targets. So it is technically possible to submit an app with these requirements.

令人困惑的是,Strava和UP都启用了healthkit和iOS7部署目标。因此,技术上可以提交具有这些要求的应用程序。

Can someone please let me know how this is possible, so I can have healthkit and not lose out on half of the current iOS marketshare?

有人可以让我知道这是怎么可能的,所以我可以拥有健康套件,而不是失去当前iOS市场份额的一半?

1 个解决方案

#1


21  

The UIRequiredDeviceCapabilities key is used to say that your app will only work with a certain feature (or inversely without it). You should only set this if your app requires HealthKit as opposed to supporting it.

UIRequiredDeviceCapabilities键用于表示您的应用程序仅适用于某个功能(或相反没有它)。如果您的应用需要HealthKit而不是支持它,您应该只设置此项。


推荐阅读
author-avatar
QQweiqiang_850
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有