gpt4 book ai didi

iphone - 我的应用程序仅请求推送通知权限,但不请求位置。我该如何解决这个问题?

转载 作者:行者123 更新时间:2023-11-30 12:30:35 25 4
gpt4 key购买 nike

在我的应用程序中,我有这两行:

manager.requestAlwaysAuthorization()
UNUserNotificationCenter.current().requestAuthorization(options: [.sound,.alert], completionHandler: {didAllow, error in})

但是加载后,我的应用程序仅请求通知权限。如果用户没有授予使用其位置的权限,我的应用程序将无法运行。我怎样才能解决这个问题?

最佳答案

我可以假设您已经授予或拒绝了许可。要验证它,请尝试运行此代码:

let status = CLLocationManager.authorizationStatus()

并检测CLLocationManager的状态,现在您就会知道它是什么状态。

如果状态为notDetermined,请在 this 中请求许可方式。

关于iphone - 我的应用程序仅请求推送通知权限,但不请求位置。我该如何解决这个问题?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43604444/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com