Skip to content

Tags: tinggao/LocationManager

Tags

v1.1.0

Toggle v1.1.0's commit message
Add new variant of location request method with delayUntilAuthorized …

…parameter

Merge pull request intuit#2 from @podkovyrin.

By default, the timeout countdown begins as soon as the `requestLocationWithDesiredAccuracy:timeout:block:` method is called. This commit introduces a new variant of this method that includes a `delayUntilAuthorized` parameter, which allows you to pass YES to delay the start of the timeout countdown until the user has responded to the system location services permissions prompt (if the user hasn't allowed or denied the app access yet).

v1.0.1

Toggle v1.0.1's commit message
Disable NSLog for Release builds or by defining INTU_ENABLE_LOGGING =…

… 0 in preprocessor

Merge pull request intuit#1 from @podkovyrin.

v1.0.0

Toggle v1.0.0's commit message
Initial commit of INTULocationManager