Auto-commit 2026-03-18 22:15

This commit is contained in:
2026-03-18 22:16:00 -04:00
parent 1f8c566f2a
commit 90b785c084
3 changed files with 104 additions and 11 deletions

View File

@@ -0,0 +1,11 @@
# iOS BLE Crash Investigation
Quick reference guide for Common CoreBluetooth crash scenarios and their solutions.
## Key Findings from Code Reviews
- CBCentralManager restore identifier crashes when delegate method is missing despite having RestoreIdentifierKey set
- Bluetooth freeze/crash on navigation often related to state restoration not being handled properly
- Peripheral delegates must be re-established after app restart for proper connectivity recovery
## Related Issues Reviewed (2026)
- FRE-225: App freeze once signed in due to CBCentralManager restore delegate missing - Fixed by adding centralManager(_:willRestoreState:)