What is the proper way to handle continuos tasks like location tracking? If i understood docs correctly, Long-Running Tasks suppose to be started on app going to background.
Can I just run the location tracking (as Long-Running Task) on app start and run it continuously until user will explicitly disable it?