GitHub user tiff opened a pull request: https://github.com/apache/cordova-plugin-geolocation/pull/29
Do not stop updating location when the error is 'kCLErrorLocationUnknown' After 8-12 minutes the location plugin stops updating because of an error that can be ignored (kCLErrorLocationUnknown). This is a fix for the following issue: https://issues.apache.org/jira/browse/CB-5753 You can merge this pull request into a Git repository by running: $ git pull https://github.com/protonet/cordova-plugin-geolocation fix_geolocation_watch_ios Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cordova-plugin-geolocation/pull/29.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #29 ---- commit 55194aab45a17335e7bc581c3ce031c5311991f9 Author: Christopher Blum <christopher.b...@spellboy.com> Date: 2014-11-05T10:23:43Z Do not stop updating location when the error is 'kCLErrorLocationUnknown' ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org For additional commands, e-mail: dev-h...@cordova.apache.org