[X] I've looked at the README 'Common Problems' section
Have you checked this problem on the example app?
No
FlutterBluePlus Version
1.33.5
Flutter Version
3.24.3
What OS?
iOS
OS Version
18.0.1
Bluetooth Module
Nedap Nvite Reader
What is your problem?
It seems that on iOS, we're not receiving any data, even though the BLE device has sent it. We’re getting a List with a length of zero(maceCharacteristics event), which suggests that the notifications are not being properly received or processed. We have also used chr.setNotifyValue on the characteristics, but the issue persists.The same is working correctly on Android even after removing the desc.write(..) and just calling the chr.setNotifyValue.
Requirements
Have you checked this problem on the example app?
No
FlutterBluePlus Version
1.33.5
Flutter Version
3.24.3
What OS?
iOS
OS Version
18.0.1
Bluetooth Module
Nedap Nvite Reader
What is your problem?
It seems that on iOS, we're not receiving any data, even though the BLE device has sent it. We’re getting a List with a length of zero(maceCharacteristics event), which suggests that the notifications are not being properly received or processed. We have also used chr.setNotifyValue on the characteristics, but the issue persists.The same is working correctly on Android even after removing the desc.write(..) and just calling the chr.setNotifyValue.
Logs