LocationManager
LocationManager copied to clipboard
Easily get the device's current location on iOS.
if ([launchOptions objectForKey:UIApplicationLaunchOptionsLocationKey]) this condition always false as launchOptions = nil . all time. Can u plese suggest what kind of changes need to do for this. ?
Got the following error in Xcode console: > This method can cause UI unresponsiveness if invoked on the main thread. Instead, consider waiting for the `-locationManagerDidChangeAuthorization:` callback and checking `authorizationStatus`...
Attempting to install/build via the latest release of Carthage (v0.34) results in the following error: ``` Dependency "LocationManager" has no shared framework schemes for any of the platforms: iOS If...
Recreated schemes because `INTULocationManager` scheme had not been created as framework scheme that's why _Carthage_ could not find and build the project and was throwing this error: `Dependency "LocationManager" has...
fix: INTULocationRequestTypeSingle when requesting permissions always failed even if set timeout
There has been some changes to Location - the main one being the changes to geolocation and the ability for the user to change the precision from within the permissions...
Only minimum modifications on the code. Please don't merge those none *.m & *.h files modification. Add a accuracyAuthorization and a method similar to CLLocationManager provided. @property (nonatomic, assign) INTUAccuracyAuthorization...
Trying to compile the library for UIKitForMac on the new Xcode 11 is throwing a couple of errors. Just thought I'd open the ticket. I'll try to make a PR...