Hello there
Im trying to test the plugin, it compiles without error but I cant get the service to start, after some test I realized the factory reference was getting an empty object as response
var factory = cordova.require('com.red_folder.phonegap.plugin.backgroundservice.BackgroundService');
this code return factory = {}
I installed the plugin via cordova CLI, everything is write according to the "Build your own background service" guide
Hello there Im trying to test the plugin, it compiles without error but I cant get the service to start, after some test I realized the factory reference was getting an empty object as response
var factory = cordova.require('com.red_folder.phonegap.plugin.backgroundservice.BackgroundService');
this code return factory = {}I installed the plugin via cordova CLI, everything is write according to the "Build your own background service" guide