有没有办法验证Google Nearby API是否已获得授权?
方法 func fetchDataWithCompletion(response: (NSDictionary?, error:NSError?)-> Void) -> Void {
//make the API call here
}
自动执行所有操作,因此,它没有帮助,我想使用仅当我已获得许可时才enableAutoManage()
和publish()
,否则,不执行任何操作。
有什么想法吗?
答案 0 :(得分:3)
如果您没有权限,GoogleApiClient.connect()将失败。
请参阅以下链接中的“处理错误”,了解如何处理该错误并请求用户权限或仅失败。
有关详细信息,请参阅以下内容 https://developers.google.com/nearby/messages/android/user-consent