检查是否已允许使用Google附近

时间:2016-06-23 20:16:22

标签: android google-nearby

有没有办法验证Google Nearby API是否已获得授权?
方法 func fetchDataWithCompletion(response: (NSDictionary?, error:NSError?)-> Void) -> Void { //make the API call here } 自动执行所有操作,因此,它没有帮助,我想使用仅当我已获得许可时才enableAutoManage()publish(),否则,不执行任何操作。 有什么想法吗?

1 个答案:

答案 0 :(得分:3)

如果您没有权限,GoogleApiClient.connect()将失败。

请参阅以下链接中的“处理错误”,了解如何处理该错误并请求用户权限或仅失败。

有关详细信息,请参阅以下内容 https://developers.google.com/nearby/messages/android/user-consent