Android & iOS service in Qt
Mobile and Embedded
2
Posts
2
Posters
2.2k
Views
1
Watching
-
wrote on 29 Jan 2014, 09:48 last edited by
Is it possible to create an Android & iOS service in Qt. Like not a normal app but a service that would be run in background?
-
wrote on 31 Jan 2014, 10:09 last edited by
From what I know, iOS does not support at all "Services". In the recent iOS 7 they improved the background modality for update the app even when is in background. But, it should be a normal app.
So, for iOS the correct question is if it's possible to use the new iOS 7 API to execute code in background. And the answer is Yes, because it's very simple to use objective-C code inside a Qt app.For Android, I don't know which is the difference between an activity and a service. But from what I know, the Qt provides only the android activity.
2/2