phpsa / cbsp

Cordova Background Services Plugin
MIT License
38 stars 11 forks source link

unable to bind background service #7

Open cinder92 opened 8 years ago

cinder92 commented 8 years ago

Hello i'm using cordova 6+ with this plugin but i receive this error when trying to startBackgroundService on errorCallback

{"Success":false,"ErrorCode":-4,"ErrorMessage":"Plugin unable to bind to background service","ServiceRunning":false,"RegisteredForBootStart":false,"RegisteredForUpdates":false}

any help?

Thanks!