如何判断用户对位置服务提示的回答是什么?
我正在使用 ALAssetLibrary 来获取照片的原始创建日期。当我这样做时,会弹出位置服务提示,询问用户应用程序是否可以访问地理数据。我理解这样做的必要性(即使我没有使用地理数据)。但是,我如何知道用户的反应是什么?我需要能够保存响应,以便我的代码下次可以采用适当的路径。
I am using the ALAssetLibrary to grab the original creation date of a photo. When I do so, the location service prompt pops up asking the user if the app can access geodata. I understand the need for this (even though I'm not using geodata). However, how do I know what the user responded? I need to be able to save the response so my code can take the appropriate path next time.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
由于您正在谈论位置服务,因此您可以使用 CLLocationManager 中的方法。
Since you are talking of location services, you can use the method in
CLLocationManager
.