python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
locationManager.startUpdatingLocation gets executed too late
I am trying to get my user's current location using a closure, but it returns a nil value because the locationManager.startUpdatingLocation() sets the value after the closure has returned the (nil) va...
Maria
Votes: 0
Answers: 1
Best Practice way to handle locationAlways permission request in iOS
How are we supposed to handle, when a user denies the permission request for kCLAuthorizationStatusAuthorizedAlways ? As i understand it, we don't get a direct response to requestAlwaysAuthorization, ...

Lukas Kurz
Votes: 0
Answers: 0
Google Maps iOS SDK to user's current location on launch Swift SwiftUI
I'm trying to mimic some functionality of Google Maps, where upon launching the app, the camera is moved to the current location of the user, provided the required perms have been granted.
I have impl...
Angus
Votes: 0
Answers: 1
How to detect when a Beacon is no longer detected by an iOS device?
I am running into an issue when ranging beacons using LocationManager.startRangingBeacons method.
When ranging for Beacons, the Apple documentation clearly states that locationManager(_:didRange:satis...
Guy
Votes: 0
Answers: 1