Background process on IOS
-
Hi all,
I'm testing a Qt application (5.1) on an IOS device. I created a simple thread which prints a message every x seconds. Unfortunately this thread doesn't work when my application goes to the background. I have the same trouble with a no Qt application on IOS.
So, is there any way to deal with a thread in background?
Thanks!