cordova-plugin-ble-central icon indicating copy to clipboard operation
cordova-plugin-ble-central copied to clipboard

startNotification not returning any result for API level 33 (Pixel devices)

Open KumarSunil007 opened this issue 11 months ago • 2 comments

I have app which is running fine on 80% of devices but Google Pixel devices and Nokia devices (either Android 12 or 13 or 14), when connect is called, it is asking for Call History permission which is triggering Negative image for the app to the end users.

Also, The startNotification function doesn't provide any response and do nothing on these devices. The function neither returning error no returning Success callback.

Let me know can be done to avoid this Extra permission message and why I am not getting anything for startNotification function.

KumarSunil007 avatar Mar 20 '24 04:03 KumarSunil007