Mark Taylor
Mark Taylor
What happens when you watch the logcat? Generally when I'm told that the service isn't running, it is one of two problems: 1) Developer is trying to JavaScript - this...
@ronaldjeremy I'd have a look at some form of logging solution - something that will write a log to file or database - which you can then retrieve later. I'm...
This may be related to KitKat bug (https://code.google.com/p/android/issues/detail?id=63793) - although notes say that this should work for 4.4.4 Maybe because I not using START_STICKY - see (https://github.com/Red-Folder/bgs-core/issues/9) Once I've completed...
@kozuch I think AlarmManager has been implemented by others (have a look through the issues). It has been a while since I've touched this project so I'm struggling to remember...
Yes the setConfiguration (frontend) calls through to the setConfig in the service See https://github.com/Red-Folder/bgs-core/wiki/Using-the-configuration for a summary.
Please note that this project is not being actively worked on or maintained - see the readme. That being said, I believe there are still users of the plugin. Potentially...
@icecoolinux @felipe-ff Is this a fix specifically for Ionic or is it needed for phonegap as well?
Ok ... is the code available somewhere to review? If not, did you try the bgs-sample first?
I believe it will work with Build - but I've not tried it. Have a go and see if it works. I'd be interested in any feedback
Ok. I think I need to amend the Plugin.xml licence node. Currently it reads "Apache 2.0 License" I'm unable to make the change at the moment (maybe tonight). If you...