Smoke-test your app on iOS + Android from one prompt
When to use: You just cut a build and want to know if the sign-up flow still works on both platforms.
Prerequisites
- Simulator booted —
xcrun simctl boot "iPhone 16"andemulator -avd Pixel_7 - App installed — Drag IPA/APK into the simulator or use
install_apptool
Flow
-
Start sessionUse mobile-mcp. List all available devices.✓ Copied→ iOS simulator + Android emulator listed
-
Run the flowOn both devices in parallel: open my app, tap "Sign Up", enter [email protected] / password123, tap Continue. Screenshot each step.✓ Copied→ Dual-device screenshot sequence
-
AssertOn each device, is the "Verify your email" screen visible? If not, report what you see.✓ Copied→ Per-platform pass/fail with evidence
Outcome: Pass/fail report with screenshots for both platforms in 2 minutes.
Pitfalls
- Test account gets locked by anti-spam — Use per-build throwaway emails; rotate test accounts