QTimers when the app is in the background?
Unsolved
Mobile and Embedded
-
How do I keep QTimers running when an app is put into the background or the phone is put to sleep? I need solutions for iOS and Android.
-
@RogueWarrior
From what little I know (not a mobile person): timer is not special, application does not run when background/sleep. You have to configure it as some kind of "background service" if you want it to continue to run in the background. -