intuit / intuit/LocationManager
Github documentation contradicts code comments
- Dominant language
- Objective-C
- Stars
- 2.5k
- Forks
- 383
- PR merge metrics
- No merged PRs in 30d
Description
I was checking out the documentation for `subscribeToLocationUpdates`, and I noticed there's a difference between the Readme.md and the comment above the function
The Readme.md says:
> If an error occurs, the block will execute with a status other than `INTULocationStatusSuccess`, and the subscription will be kept **alive**.
Meanwhile the comment above `subscribeToSignificantLocationChangesWithBlock` reads:
> If an error occurs, the block will execute with a status other than `INTULocationStatusSuccess`, and the subscription will be **canceled automatically**.
Which one is it now?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.