根据Apple文档

时间:2019-06-18 03:18:53

标签: ios swift xcode

我的团队已经获得批准使用“运动障碍Api”“ CMMovementDisorderManager”。当我实现代码以获取结果

关注事项

https://developer.apple.com/documentation/coremotion/monitoring_movement_disorders

guard CMMovementDisorderManager.isAvailable() else {

 // The movement disorder manager is not availble on this device.
    return

}

我遇到错误

  

{“ msg”:“使用CMMovementDisorderManager需要特殊   权利。请参阅更多   https://developer.apple.com/documentation/coremotion/cmmovementdisordermanager“,”事件“,”声明“,”条件“,”具有标题“}

我如何获得此特殊权利。 帮我解决这个问题。

谢谢。

1 个答案:

答案 0 :(得分:0)

很抱歉,这么晚才回答。在获得其他权利的批准后,您应该在开发人员门户中创建一个新的配置文件。在此过程中,您可以选择添加“其他权利”,并且“运动障碍”权利将可用。 创建配置文件后(最好,我记得,我必须创建三个:app + watch + watch ext),您必须通过选择正确的配置文件来手动管理配置-我无法“自动管理签名”来工作使用具有特殊权利的应用。

希望我的最新答案对某人有帮助。