My requirement is to send the location of the device to the rest api continuously for every 30 seconds.
I have used UIApplication.SharedApplication.BeginBackgroundTask to make it work even the app went to the background, but IOS is suspending the app after 3 minutes.
Is it possible to continuously allow the app to work in the background for hours?
↧
Xamarin Forms ios - Continuous task to work for hours even app in the background
↧