I've created an App that should keep working while in the background. This seems to work fine for a time, but if I don't use my phone for an extended period I find that it has stopped working, and upon opening it then starts up again.
All my searching leads me to posts on how to make my app run in the background, which it does fine (I basically just pulled that whole part from the Xamarin tutorial), but for some reason it just decided to stop after a time.
Is there any way to force/ensure that an app will continue running in the background?
User Service and perform the tasks you want in that, services run in the background even if app is closed from background.