What problem does it solve?
This Skill provides a solution for running and interacting with iOS/Android apps on remote cloud simulators, making it possible to test and validate applications in environments where local simulators are not available.
Core Features & Use Cases
- Remote Simulator Access: Access iOS and Android simulators hosted on EAS cloud from any machine, including Linux and headless CI environments.
- Command Execution: Execute commands via CLI, AI agent, or browser preview for tasks such as running apps, taking screenshots, and interacting with user interfaces.
- Use Case: If you are working on a Linux system and need to test an iOS version that is not available on your local machine, this Skill allows you to run your app on a remote iOS simulator and interact with it through live reload or screenshots.
Quick Start
To run your app on a remote simulator using EAS Simulator, first start a session with the following command:
npx --yes eas-cli@latest simulator:start --platform ios --type agent-device --non-interactive