You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to print receipts using BLE communication, the writeCharacteristicWithResponseForService method works as expected on iOS devices but fails silently on Android devices. The method call does not trigger any response or error on Android, preventing the receipt printing functionality.
The text was updated successfully, but these errors were encountered:
Mochamad-Rizky
changed the title
🐛 writeCharacteristicWithResponseForService not working on android device, but in ios is work
🐛 BLE writeCharacteristicWithResponseForService not working on Android while functioning on iOS
Jan 29, 2025
Prerequisites
Expected Behavior
Current Behavior
iOS: Works as expected, successfully prints receipts
Android:
Library version
3.4.0
Device
Android 13
Environment info
Steps to reproduce
Formatted code sample or link to a repository
Relevant log output
Additional information
When attempting to print receipts using BLE communication, the writeCharacteristicWithResponseForService method works as expected on iOS devices but fails silently on Android devices. The method call does not trigger any response or error on Android, preventing the receipt printing functionality.
The text was updated successfully, but these errors were encountered: