Background process on IOS
Mobile and Embedded
5
Posts
4
Posters
3.6k
Views
1
Watching
-
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!