Skip to content

Releases: intuit/LocationManager

Feature: Ability to set desiredActivityType

16 Oct 04:40
Compare
Choose a tag to compare

Thanks to @dcortright the library now has the ability to set the desiredActivityType. For more details see the pull request: #123 .

We've also bumped the minimum iOS support to iOS 12 for this release, hence the larger version number increase.

iOS 11 Fix

15 Sep 19:06
Compare
Choose a tag to compare

Thanks to @skandakov for a fix around requesting the right type of location request popup based upon the different keys in your Info.plist file.

v4.3.0

21 Feb 03:10
Compare
Choose a tag to compare
  • Support for iOS 11
  • User contributions

Heading Request Support

15 Mar 06:47
Compare
Choose a tag to compare
  • New API to subscribe to heading updates
  • Request ID generation has moved into its own class

Update Framework Version

19 Oct 05:03
Compare
Choose a tag to compare

This release includes an updated framework version within Xcode.

See previous release for details - https://github.com/intuit/LocationManager/releases/tag/v4.1.0

iOS 9 Compatibility & Significant Location Monitoring

18 Oct 22:48
Compare
Choose a tag to compare
  • Full compatibility with iOS 9 including support for background location updates (#57)
  • New API for subscribing to significant location changes (#45)
  • Add dynamic location services accuracy management for improved power efficiency (#47)
  • Location subscriptions are no longer canceled for intermittent errors (#60)

Generics & Nullability Annotations

07 Aug 23:04
Compare
Choose a tag to compare
  • Remove the API that was previously deprecated in v3.0.0.
  • Add backwards-compatible generics and nullability annotations. In particular, this improves how the API bridges into Swift.

Update to v3.0.3

05 Jun 03:24
Compare
Choose a tag to compare

No functional changes, just renaming the framework scheme that Carthage uses.

Update to v3.0.2

05 Jun 03:12
Compare
Choose a tag to compare

No functional changes, this is required for CocoaPods because the source files moved in the repo.

Fix usage of incorrect type

28 Mar 17:15
Compare
Choose a tag to compare
  • Avoid using CGFloat, which resolves a compilation error