Location services don't stop when application is terminated

前端 未结 7 1374
感动是毒
感动是毒 2021-01-04 18:28

I\'m currently developing an iPhone application which needs location services for various use including AR.

I test everything on simulator and on my iPhone 3GS and e

7条回答
  •  無奈伤痛
    2021-01-04 18:48

    I've found the answer! It came from region monitoring, which I enabled before, but removed all code using it weeks ago.

    As I had already tested on the iPad, and even if I deleted and re-installed the app, the system seems to have kept information on region I monitored.

    Thus, as described by the documentation, the iOS kept on locating for my App, just as startMonitoringSignificantLocationChanges.

    Thanks for you answers, it gave me a better understanding of the location system and how to efficiently use it (in particular thanks to progrmr and Bill Brasky)

提交回复
热议问题