Releases: intuit/LocationManager
Releases · intuit/LocationManager
Feature: Ability to set desiredActivityType
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
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
Heading Request Support
- New API to subscribe to heading updates
- Request ID generation has moved into its own class
Update Framework Version
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
- 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
- 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
No functional changes, just renaming the framework scheme that Carthage uses.
Update to v3.0.2
No functional changes, this is required for CocoaPods because the source files moved in the repo.
Fix usage of incorrect type
- Avoid using CGFloat, which resolves a compilation error