Hacker News new | ask | show | jobs
by MaxGabriel 3840 days ago
I don't think this is the case. On iOS 8.0+ there's a method on `CLLocationManager` called `requestAlwaysPermission` that causes this popup to appear. I'm not positive about older iOS versions, but I thought they asked for permission when you started using `CLLocationManager`.

https://developer.apple.com/library/ios/documentation/CoreLo...

1 comments

After searching around a bit it seems that you are right. Time to update our code then.