We've been working on a mobile app using Phonegap/Cordova 3.3.0.
The problem we have now is that we really need a background service for this app which needs to run without opening the app itself.
I've found some services like https://github.com/Red-Folder/Cordova-Plugin-BackgroundService but all of these services seem platform dependent. The beauty of Phonegap is that the development is mostly platform independent.
Does anyone know of a background service which runs independent of any platform? I think it's pretty hard to find such a service because IOS and android differ too much.
Thank you very much in advance.