IF I BUILD AN APP AS "DEBUG" - IT WORKS WELL, IF I BUILD AN APP AS A RELEASE - IT DO NOT WORK
I use a smartphone Oppo Reno 5 with Android 13 for testing.
How to reproduce the bug:
Scanning working well - BleManager.scan([], 20, true)
The device (smartwatch) connects - BleManager.connect(this.deviceID!)
BleManager.retrieveServices(this.deviceID!)
Ыubscription to notifications - this.BLEService.startNotification(this.device.id, appConfig.UUID_S, appConfig.UUID_C_1);
(the BleManager.write command is successful - connection well)
build app as Release
Events do not come - this.bleManagerEmitter.addListener('BleManagerDidUpdateValueForCharacteristic', ({value, device, characteristic, service}, ...)
IF I BUILD AN APP AS "DEBUG" - IT WORKS WELL, IF I BUILD AN APP AS A RELEASE - IT DO NOT WORK
I use a smartphone Oppo Reno 5 with Android 13 for testing. How to reproduce the bug:
Events do not come - this.bleManagerEmitter.addListener('BleManagerDidUpdateValueForCharacteristic', ({value, device, characteristic, service}, ...)
My AndroidManifest:
If I build app as Debug - this working well - BleManagerDidUpdateValueForCharacteristic events working correctly
Im use react-native-ble-manager 11.5.5