iOS 13 check for provisional authorization status of CLLocationManager
问题 As per the WWDC video, https://developer.apple.com/videos/play/wwdc2019/705/, when you ask for " AlwaysAuthorization " permission you will see only " When In Use, Once and Don't allow" . Even if you tap on " When In Use ", the delegate call back will come back as kCLAuthorizationStatusAuthorizedAlways . This is working as expected. But is there a way to find out that the request is still provisional or actually-always-allow? There is no enum associated to this permission. The only allowed