c# - Keeping an Android app running in the background, preventing it from stopping/dying -
i've created app should keep working while in background. seems work fine time, if don't use phone extended period find has stopped working, , upon opening starts again.
all searching leads me posts on how make app run in background, fine (i pulled whole part xamarin tutorial), reason decided stop after time.
is there way force/ensure app continue running in background?
user service , perform tasks want in that, services run in background if app closed background.
Comments
Post a Comment