-
Notifications
You must be signed in to change notification settings - Fork 387
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.
Assets 2
1 person reacted
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.
Assets 2
v4.3.0
- Support for iOS 11
- User contributions
Assets 2
Heading Request Support
- New API to subscribe to heading updates
- Request ID generation has moved into its own class
Assets 2
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
Assets 2
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)
Assets 2
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.
Assets 2
Update to v3.0.3
No functional changes, just renaming the framework scheme that Carthage uses.
Assets 2
Update to v3.0.2
No functional changes, this is required for CocoaPods because the source files moved in the repo.
Assets 2
Fix usage of incorrect type
- Avoid using CGFloat, which resolves a compilation error