Rand Dusing

Results 78 comments of Rand Dusing

Why not query hasPermission first and then query requestPermission if needed? After that, see if location is enabled. The popup will only appear once per app install or else developers...

Is this on Android or iOS? Which version? It could be related to #579. Did you try closing the other app and restarting all related devices?

Added an update on #579. I don't own any Android devices anymore, so it's much harder to develop. I believe the following needs to be done: - Add FINE_LOCATION to...

Permissions can be requested via: https://github.com/randdusing/cordova-plugin-bluetoothle#requestpermission

You aren't calling this with no write response, right? If the status doesn't equal BluetoothGatt.GATT_SUCCESS, it should be sending an error message. ``` java //If write was successful, return the...

So would adding a function for pairing resolve the issue, you think?

It's been a while since I've used this, but this should still be up to date: https://github.com/randdusing/cordova-plugin-bluetoothle/#notifications

Seems like it's installed wrong. Did anything else work?

The behavior may have changed, but checkout this part of the docs: https://github.com/randdusing/cordova-plugin-bluetoothle#background-modes-ios

Have you tried specifying a service UUID?