Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Is there any equivalent of the Android service for iOS? I tried search from some examples but there doesn't seem to be any?
Hi and welcome to devnet,
AFAIK, not directly, but you have here the documentation about background execution.
Hope it helps
Thanks I have read that but I don't see how these are supported in Qt. Do I need to modify that info.plist using xcode or does Qt support this?
The easy way for the .plist file s too edit the project in Xcode and then copy the file into your project like described here.
As for the rest, you'll have to write some native code.