What problem does it solve?
This Skill helps you configure display-capable Meta Ray-Ban glasses and send interactive UI or video content onto the device, so your iOS app can deliver hands-free experiences.
Core Features & Use Cases
- Configure a Display-capable iOS app: Set the required Info.plist URL scheme, DAM-enabled settings, and device access/background capabilities to support Display sessions.
- Select a compatible display device: Filter for devices that support display, handle specific-device selection, and react to link state and compatibility changes.
- Attach Display to an active session: Start the device session, add the display capability at the right lifecycle point, keep listeners alive, and handle session errors.
- Send interactive content and playback: Send a single root DisplayableView per send, build UI with the Display DSL, and play URL-based video with playback event handling.
Quick Start
After launching your app and completing Wearables configuration and registration, connect to a display-capable device, start a DeviceSession, attach MWDATDisplay using addDisplay(), and then send a root FlexBox (or VideoPlayer) to render content on the glasses.