Checklist
Affected version
0.6
Steps to reproduce the bug
- Open the iOS app.
- Send a message with more than 157 characters to an Android device.
- Observe that nothing is received on Android.
- On iOS, the message appears to be sent successfully.
Expected behavior
Android should receive the full message from iOS, regardless of length (within BLE limits). If chunking is required, either iOS should handle fragmentation, or Android should support reassembly.
Actual behavior
When sending a message from iOS to Android that exceeds 157 characters, the Android app does not receive the message at all. It silently fails or is possibly discarded.
Meanwhile, Android can send messages up to 352 bytes to iOS without any issue.
Working cases:
- ✅ Android → iOS: up to 352 bytes = works fine
- ✅ iOS → Android: up to 157 characters = works fine
Broken case:
- ❌ iOS → Android: over 157 characters = not received at all
Screenshots/Screen recordings
No response
Affected Android/Custom ROM version
Android 14.0.11
Affected device model
Redmi Note 10S
Additional information
No response
Checklist
Affected version
0.6
Steps to reproduce the bug
Expected behavior
Android should receive the full message from iOS, regardless of length (within BLE limits). If chunking is required, either iOS should handle fragmentation, or Android should support reassembly.
Actual behavior
When sending a message from iOS to Android that exceeds 157 characters, the Android app does not receive the message at all. It silently fails or is possibly discarded.
Meanwhile, Android can send messages up to 352 bytes to iOS without any issue.
Working cases:
Broken case:
Screenshots/Screen recordings
No response
Affected Android/Custom ROM version
Android 14.0.11
Affected device model
Redmi Note 10S
Additional information
No response