mockdevice-testing

Test Meta glasses iOS integration workflows using simulated Ray-Ban Meta devices.

506|113|Updated Nov 21, 2025
One-click install
npx skills add https://github.com/facebook/meta-wearables-dat-ios --skill mockdevice-testing
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mockdevice-testing
Source: https://github.com/facebook/meta-wearables-dat-ios/tree/main/plugins/mwdat-ios/skills/mockdevice-testing
Command: npx skills add https://github.com/facebook/meta-wearables-dat-ios --skill mockdevice-testing

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Simulating Meta glasses behavior for iOS development is difficult without access to physical hardware, slowing down debugging and delaying integration testing.

Core Features & Use Cases

  • Simulated device lifecycle: Create mock Ray-Ban Meta glasses and drive power on/off, unfold/fold, and don/doff flows to test app behavior deterministically.
  • Controlled media feeds: Provide video and image inputs to the mock camera so streaming and capture logic can be exercised reliably.
  • Permission behavior control: Simulate permission states and request outcomes without relying on the Meta AI app, enabling coverage of granted vs denied flows.

Quick Start

Use the MWDATMockDevice package to enable MockDeviceKit, pair a mock Ray-Ban Meta device, and set mock camera video and photo inputs for your tests.

Frequently Asked Questions about mockdevice-testing

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I test Meta glasses integration workflows on iOS without physical hardware?

To test Meta glasses integration without physical hardware, you can simulate Ray-Ban Meta devices using mock tools. This enables deterministic testing of lifecycle states, camera video streaming, photo capture, and permission logic directly on iOS.

What's the best way to simulate device lifecycle states for wearables during iOS testing?

The best way to simulate wearables lifecycle states for iOS testing is by driving transitions like power on/off, unfold/fold, and don/doff on a mock device. This allows you to verify app behavior deterministically without real hardware.

Can I simulate permission-denied and permission-granted app logic for wearables without the Meta AI app?

Yes, you can simulate permission-denied and permission-granted app logic without the Meta AI app. Mock testing tools allow you to control and override permission states to test request outcomes reliably.

How do I provide mock camera video and photo inputs for deterministic iOS testing?

To provide mock camera video and photo inputs for deterministic iOS testing, you configure a simulated camera feed with specific media inputs. This allows you to exercise streaming and photo capture logic reliably.

Do I need MockDeviceKit activation to run Ray-Ban Meta glasses mock tests?

Yes, MockDeviceKit activation is required to run Ray-Ban Meta glasses mock tests. Activating this package allows you to pair a mock device and configure camera feeds for deterministic test execution.