Open
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?
Metadata
Assignees
Labels
No labels
Activity