Hello all,
I'm trying to run background service using the PhoneGap background mode. But it seems it doesn't work well when user manually close the application from the Task Manager. So, I decided to use BackGround service plugin. https://build.phonegap.com/plugins/1041
Documentation : https://github.com/Red-Folder/Cordova...
Here I have to add files manually in the different folders it means .jar file, .java file and I also need to AndroidManifest.xml file.
I compile code using https://build.phonegap.com. However it says to add only www files as Background service plugin uses the external .jar and .JAVA file, How to compile this code ?
Thank you!
I'm trying to run background service using the PhoneGap background mode. But it seems it doesn't work well when user manually close the application from the Task Manager. So, I decided to use BackGround service plugin. https://build.phonegap.com/plugins/1041
Documentation : https://github.com/Red-Folder/Cordova...
Here I have to add files manually in the different folders it means .jar file, .java file and I also need to AndroidManifest.xml file.
I compile code using https://build.phonegap.com. However it says to add only www files as Background service plugin uses the external .jar and .JAVA file, How to compile this code ?
Thank you!

