iOS Not the typical background location tracking timer issue
问题 i'm developing a sample app that tracks the user's position in background, but i don't want to leave the location service always enabled, but something in my timer does not behave properly. My idea was that every x minutes, the service goes on, and when it have a correct new location it is released again, now is set to 10 seconds just for testing. (Significant LocationChange did not the trick, not accurated enough) I was searching a lot (iOS Dev center + StackOverflow) and found the "new"