Handle disconnects
Gracefully detect when the glasses disconnect and reconnect — UX patterns, retry policy, error states.
Coming soon.
What this page will cover
- Disconnect detection
- Reconnect policy (auto vs user-initiated)
- UX patterns for in-flight operations
- iOS + Android code samples
Background sessions
Keep an Extentos session running while your app is backgrounded.
From simulator to real glasses
The browser simulator validates your protocol, tool wiring, and audio bytes; real Ray-Ban Meta glasses are the final gate for audio character, Bluetooth timing, and hardware failure modes. This guide walks the full transition — getting a Meta production identity (App ID, Client Token, package + SHA-256 registration), storing credentials in your dashboard so generateConnectionModule bakes them into the build, resolving the Meta DAT SDK from GitHub Packages with a read:packages token, flipping the transport off the simulator, pairing glasses to an Android device, and running the real-hardware verification pass — plus exactly what the simulator already proved and what it can't.