Dear all!
I'm looking for a way to start up a background service on a mobile device boot. That's for both Android and iOS. I've been reading through the documentation, but without much luck.
For example, the Android platform does that through registering a broadcast receiver for the BOOT_COMPLETED
action and starting a background service there.
Titanium makes it possible for creating services on iOS and Android, but I don't know how to start them on boot. Also I don't see how to, for example, register that receiver I've been talking about in Titanium.
Please help.
Czarek