I'm new to iOS programming and I need to implement a location aware application. I can already use the significant location changes service, however when I leave my view it stops receiving new updates.
If I enter background on that view I still get the updates and everything is fine, but if I change my view to other it stops...
I think it is logical to happen this way but I need to receive updates on my other views as well...
Should I replicate the code for each view I have or can I make it that I receive the update in whatever view I am, like making my application answer instead of each view.
Thanks, GustDD