Bence Kovacs

Results 59 comments of Bence Kovacs

Same here.... the notification parameters couldn't be changed even if I edited the Java code... What the heck?? :-O

FOUND the solution: you have to define the icon name, which you first should create (add new image asset in Android Studio). When I don't define the icon, the notification...

> Could you try: > https://bitbucket.org/TheBosZ/cordova-plugin-run-in-background/src/master/ Thanks, this WORKS :-)

I have put it like this: ``` cordova.plugins.backgroundMode.enable(); setTimeout(function() { cordova.plugins.backgroundMode.on('activate', function() { console.log('backgroundMode ACTIVE: '+cordova.plugins.backgroundMode.isActive()); cordova.plugins.backgroundMode.disableWebViewOptimizations(); setTimeout(function() { cordova.plugins.backgroundMode.configure({ title: "MyApp", text: "The app is running in the background...",...

there is no hope :-(

Connecting one or more Android central devices to an Android peripheral device works for me. :-) However, notifying subscribed devices seems to stop unexpectadly after some time...The notify command returns...

Yes of course. :-) As a matter of fact, only "Notify" is available for this characteristic... I don't know why I get a "Writing is not permitted" error when subscribing....

You get the error "Application registration failed" when the app does not have the necessary permissions enabled (like LOCATION)!!! I had the same issue, and enabling the permission solved the...

also how does it work on iOS?

Requesting the same... an example code would be really useful. :-)