Best iOS Emulator for Mac (2026): Xcode 26, Corellium, Appetize & More
Last updated April 2026 — refreshed for Xcode 26.2, iOS 26 SDK, the Cellebrite/Corellium acquisition, the LambdaTest → TestMu AI rebrand, and current pricing on every tool listed.
If you build, test, or demo iPhone and iPad software on a Mac, the right "iOS emulator" depends on whether you need Apple's own Simulator (free, accurate, mandatory for App Store), a virtualized iPhone for security research, or a cloud device farm for parallel CI. This guide compares every option that is still maintained in April 2026, with verified pricing, specific version numbers, and a decision tree at the end so you can pick in under two minutes.
One quick framing point: simulator and emulator are not the same. Apple's tool runs your app's code natively against the iOS SDK on macOS — it's a simulator. Tools like Corellium actually emulate ARM hardware so unmodified iOS firmware boots inside a virtual device. That distinction drives most of the price and capability differences below. For a broader cross-platform list of browser-based options, see our free iPhone emulator comprehensive guide.
What changed in 2026 (TL;DR for 2025 readers):Xcode 26 is now mandatory for App Store submissions starting April 28, 2026 — every app or update must build against the iOS 26 SDK. Xcode 26.2 (Dec 2025) added Liquid Glass, on-device Foundation Models, and ~12–15% faster clean builds vs Xcode 16 on a 150k-line Swift project.Cellebrite acquired Corellium (announced June 5, 2025; closed December 2, 2025; ~$170M cash + $20M equity + up to $30M earn-out). Corellium iOS virtualization now ships as "Corellium by Cellebrite" and supports iOS 26 — it remains the only platform that virtualizes current iPhone firmware on commodity hardware.LambdaTest rebranded to TestMu AI in January 2026 as an "agentic" QE platform. The iOS device cloud and Appium/XCUITest support carry over; URLs now resolve to testmuai.com.Xamarin reached end-of-support on May 1, 2024. Stop starting new Xamarin projects. .NET MAUI in .NET 9 (with Xcode 26 support added October 2025) is the supported successor.Several tools are dead or effectively dead: Apache Ripple (retired 2015 — superseded by Cordova Simulate), iPadian (no real iOS, just a UI skin), Smartface for individual users (enterprise-only since 2024), Electric Mobile Studio (no public 2024–2026 updates).PlayCover (run iOS apps natively on Apple Silicon) reached v3.1.x in 2024 with active community forks; it's not a developer simulator but it's the most reliable way to run shipped iOS apps on an M-series Mac without Xcode.
Want the full picture? Read our continuously-updated iOS Simulators Complete Guide (2026) — Xcode simulator, online iPhone simulators, and dev workflows.
TL;DR — quick comparison table (April 2026)
| Rank | Tool | Type | Best for | Verified pricing (Apr 2026) |
|---|---|---|---|---|
| 1 | Xcode 26 iOS Simulator | Native macOS simulator | App Store-bound iOS dev (mandatory) | Free |
| 2 | Appetize.io | Cloud/browser simulator | Sharing demos, CI, no-install QA | Free tier; Starter $59/mo, Premium $319/mo, Enterprise quote |
| 3 | Corellium by Cellebrite | Cloud ARM virtualization | Security research, kernel work, iOS 26 internals | 14-day trial; team plans on quote (historically ~$1k+/mo) |
| 4 | BrowserStack App Live | Real iOS device cloud | Manual cross-device QA | App Live from $39/user/mo |
| 5 | TestMu AI (ex-LambdaTest) | Real iOS device cloud + agentic AI | CI Appium/XCUITest, AI-driven QE | Free trial; Live $19/user/mo and up |
| 6 | TestFlight | Apple beta distribution | Real-device beta testing | Free (needs Apple Developer Program — $99/yr) |
| 7 | .NET MAUI 9 | Cross-platform framework | C#/.NET teams targeting iOS+Android+Win+Mac | Free (VS Community free; Pro $45/mo) |
| 8 | PlayCover 3.1.x | Native iOS app runtime on Apple Silicon | Running shipped iOS games/apps on M-series Macs | Free, open source |
| 9 | Firebase Test Lab | Cloud device farm | iOS XCUITest in CI | Free tier; $5/device-hr real, $1/device-hr virtual |
| 10 | QEMU-iOS (devos50 fork) | Open-source emulator | Research on legacy iPod/iPhone hardware | Free, open source |
What was removed from this list and why
If you've read older "best iOS emulator for Mac" lists, several tools that used to be recommended are no longer worth installing. We've cut them so you don't waste an afternoon:
- Ripple Emulator — Apache retired the project on December 6, 2015. Microsoft's
cordova-simulateis the maintained successor and is what current Cordova/PhoneGap teams should use. - iPadian — Marketed as an "iOS emulator" but it's a Flash/Electron UI skin with a custom app catalog. It does not run real iOS code or App Store apps. Don't pay for it.
- Xamarin — Microsoft ended support on May 1, 2024. Replace with .NET MAUI 9 (Xcode 26-compatible since October 2025).
- Smartface (individual plan) — Smartface Emulator/Simulator is no longer offered to individual users; it's bundled into Smartface's enterprise platform pricing (~$99–$2,000/mo depending on tier). Hobbyists should look elsewhere.
- Electric Mobile Studio — No documented updates since 2020. Treat as abandonware. Use Xcode's responsive simulator + Safari Web Inspector instead.
- LambdaTest (the brand) — Same product, new name as of January 2026: TestMu AI. Update bookmarks and CI configs that hardcode
lambdatest.com.
1. Xcode 26 iOS Simulator — the default and the legal requirement
Apple's iOS Simulator is not optional any more. As of April 28, 2026, the App Store rejects every submission that wasn't built against the iOS 26 SDK, which means you need Xcode 26.x. The Simulator also gets the most love each release — and in 2026 it's the only "emulator" that reliably runs iOS 26's Liquid Glass UI, the on-device Foundation Models framework, and Apple Intelligence APIs.
2026-current facts
- Latest version: Xcode 26.2 (December 2025); Xcode 26.1.1 also widely deployed. Xcode 26 is required for App Store submissions from April 28, 2026.
- Build performance: Apple cites 35% faster build times in 26.0; community benchmarks (Medium/Sunil Gandham, March 2026) measured ~12–15% faster clean builds vs Xcode 16 on a 150k-line Swift project, with bigger gains on incremental builds.
- Predictive code completion runs locally with an Apple-trained model and now supports multi-line completion plus an inline "Coding Tools" panel; ChatGPT (GPT-4.1/GPT-5) and Claude Sonnet 4 can be wired in as external assistants.
- Simulators: ship for every supported iPhone and iPad from iPhone SE 2 through iPhone 17 Pro Max, and iPads through iPad Pro M4. iPadOS, watchOS, tvOS, visionOS simulators included.
- Hardware: requires macOS 15 Sequoia or later. On M3/M4 Macs, simulator boot is typically 3–6 seconds cold; Bitrise published a public benchmark comparing boot/idle across iOS versions (link in references).
Pros
- Free, official, and the only simulator that gets day-zero support for new iOS APIs.
- Tight Xcode integration: breakpoints, Instruments, view hierarchy debugging, network throttling, location simulation.
- On Apple Silicon, simulator binaries run natively (arm64) — no x86 emulation tax.
Cons
- Mac-only — no Windows/Linux story.
- Doesn't model real-hardware behavior: no camera, no real GPS, no Bluetooth, simplified ARKit, different memory pressure. Real-device testing (TestFlight, BrowserStack, TestMu AI) is still required before release.
- iOS 26 simulators are large — budget ~10–12 GB per platform you install.
Quick start
# Verify you're on Xcode 26.x
xcodebuild -version
# List installed simulators
xcrun simctl list devices
# Boot a specific simulator headlessly
xcrun simctl boot "iPhone 17 Pro"
open -a Simulator2. Appetize.io — the cloud simulator that ships in a browser
Appetize streams a real iOS Simulator (and Android emulator) frame-by-frame to any browser. It's the easiest way to put an interactive demo on a marketing page, run no-install QA, or unblock a Windows-based teammate who doesn't own a Mac.
2026-current facts
- Pricing (Appetize.io official pricing page, April 2026): Free trial; Starter $59/mo; Premium $319/mo; Enterprise on quote. Plans use either concurrent-session or metered-minute billing — the per-minute rate is published inside each tier and is no longer a flat $0.05/min.
- Coverage: iPhone SE through iPhone 17 Pro Max and iPad Pro models; iOS 14 through iOS 26.
- Integrations: REST API for upload + session control; first-party integrations for Appium, XCUITest, Selenium, Maestro; embeddable iframe for product demos.
Pros
- Zero local setup; works on Windows, Linux, ChromeOS.
- Excellent for shareable interactive demos in docs, landing pages, and bug reports.
- API + concurrency make it CI-friendly for parallel UI smoke tests.
Cons
- Streamed: ~70–120 ms input latency depending on region, so it's not great for graphically intensive games or animation-sensitive QA.
- Cost scales with usage; an active CI pipeline can blow past the included minutes quickly.
- Still a simulator under the hood — same hardware-fidelity caveats as Xcode's Simulator.
3. Corellium by Cellebrite — the only real iOS virtualization platform
Corellium boots unmodified iOS firmware (including iOS 26) on a virtualized ARM device. It's not a simulator; it's a hypervisor with hardware peripheral models. That makes it the right tool for kernel debugging, fuzzing, malware analysis, and validating compliance on real iOS — and the wrong tool for "I just want to preview my SwiftUI screens."
2026-current facts
- Ownership: Cellebrite announced acquisition June 5, 2025; closed December 2, 2025 ($170M cash + $20M equity + up to $30M earn-out). Now branded "Corellium by Cellebrite."
- iOS coverage: Corellium publicly states it's the only platform that virtualizes iOS 26 and beyond. Older iPhone models down to iPhone 7 / A10 are also available.
- Pricing: Not publicly listed. Cellebrite/Corellium offers a 14-day evaluation trial; team and enterprise plans are quoted by sales. Historical reference points (pre-acquisition customer interviews) put hosted plans roughly in the four-figures-per-month range — verify on the vendor page before budgeting.
- New product line: "Mirror," announced post-acquisition, lets law-enforcement customers create a virtual replica of a seized iPhone for evidence extraction. Not relevant to app developers but explains some of the product roadmap focus shift.
Pros
- Real iOS, not a simulator: kernel access, custom kexts, jailbreak research, network introspection at the hypervisor level.
- API for snapshotting devices, mass-fuzzing, and CI integration.
- Backed by an enterprise vendor (Cellebrite, NASDAQ: CLBT) — long-term viability concerns from the early days are largely resolved.
Cons
- Expensive and sales-gated; not for hobbyists or solo indie devs.
- Apple has historically been hostile to third-party iOS emulation; ongoing acquisition by a forensics vendor may shift Corellium's customer-mix priorities away from app developers.
- Steep learning curve; expect to invest in scripting before you get value.
4. BrowserStack App Live — real iOS devices, manual testing
BrowserStack runs your .ipa on real iPhones and iPads in their data centers. It's the pragmatic answer to "I'm on a tight budget but I need to actually press buttons on a real iPhone 13 mini before shipping."
2026-current facts
- Pricing (browserstack.com/pricing, April 2026): App Live starts at $39/user/mo (annual) — published price on the BrowserStack pricing page. Higher tiers add parallel sessions and team seats.
- Device coverage: 30,000+ real devices across iOS and Android; iOS coverage spans iPhone 8 through iPhone 17 Pro Max, every iOS from 12 onward.
- Use cases: manual exploratory testing, biometric and camera flows, device-specific bug reproduction.
Pros / cons
- Pro: Real hardware + real iOS — the highest fidelity testing short of buying a device closet.
- Pro: Per-user pricing; predictable invoice.
- Con: Manual only on App Live; automation requires the (more expensive) App Automate plan.
- Con: Latency to data centers means real-time animation feel is slightly off.
5. TestMu AI (formerly LambdaTest) — agentic AI on a real device cloud
If you searched for "LambdaTest" in 2026, you landed on TestMu AI. Same engineering team, same iOS device farm, repositioned around autonomous "AI agents" that plan and author tests. Worth a look if your QE org is moving from manual Appium to AI-generated test suites.
2026-current facts
- Rebrand: Announced January 2026; testmuai.com is the canonical domain.
- iOS support: Real iPhone/iPad cloud + iOS Simulators; Appium and XCUITest first-class.
- Pricing: Free trial; Live plans from $19/user/mo; on-demand and enterprise tiers higher. Confirm specifics on the testmuai.com pricing page — they shifted plan names with the rebrand.
Pros / cons
- Pro: Strong CI integration (GitHub Actions, CircleCI, Jenkins) and parallelization.
- Pro: AI test-authoring is genuinely useful for regression suites once your XCUITest baseline exists.
- Con: Brand confusion through 2026 — many tutorials, blog posts, and StackOverflow answers still say "LambdaTest."
- Con: Streaming-based, like other clouds; not for low-latency interaction QA.
6. TestFlight — Apple's official beta channel
Not an emulator at all, but it belongs on this list because most teams who want "iOS on a Mac" actually want "let me hand a build to my QA tester without an MDM." TestFlight covers that exact gap.
- Cost: Free, but requires an Apple Developer Program membership ($99/yr individual, $299/yr Enterprise).
- Capacity: Up to 10,000 external testers per app; internal testers via App Store Connect Users + Access.
- iOS 26 support: Full; required for any app using iOS 26-only APIs (App Intents, Foundation Models, Liquid Glass).
Use TestFlight for beta distribution; use Xcode Simulator for fast inner-loop dev; use a real-device cloud for the gap between them.
7. .NET MAUI 9 — the supported Xamarin successor
If you have an existing Xamarin codebase or your shop is .NET-first, .NET MAUI is the only sane 2026 path. Xamarin reached end-of-support on May 1, 2024 — running it in production now means no security fixes and no Xcode 26 compatibility.
2026-current facts
- Latest stable: .NET MAUI in .NET 9 (with .NET 10 in preview as of early 2026).
- Apple toolchain support: Xcode 26 support landed in the .NET 9 stable channel in October 2025.
- Performance: Native AOT on iOS in .NET 9 produces packages up to 2.5x smaller and ~2x faster cold-start vs the JIT path (Microsoft Learn, .NET 9 release notes).
- Known issues: Visual Studio 2026 currently locks iOS debugging into .NET 10 MAUI in some pair-to-Mac configs; .NET 9 projects sometimes show empty simulator lists. Track issues on github.com/dotnet/maui.
Pros
- Single C#/XAML codebase ships to iOS, Android, Mac Catalyst, Windows.
- Hot reload (XAML and C#); shared business logic with .NET backends.
- Microsoft-supported, open source on GitHub.
Cons
- Still requires a Mac on the network (or Mac in the cloud) to compile and notarize iOS builds.
- Tooling churn — VS 2022 and VS 2026 currently behave differently with iOS device pairing.
- Smaller community vs Flutter/React Native; fewer plug-ins for trendy mobile SDKs.
Migration path from Xamarin
Microsoft ships upgrade-assistant for Xamarin → MAUI conversions. Plan ~2–4 weeks per non-trivial app; the bulk of the work is replacing custom renderers with MAUI handlers and validating navigation patterns.
8. PlayCover — run shipped iOS apps on Apple Silicon
PlayCover is a community-maintained app that lets you run unmodified .ipa files (downloaded from your own iCloud library) natively on M1/M2/M3/M4/M5 Macs. It's not a developer tool — Apple already lets you run iPhone/iPad apps on Apple Silicon if the developer opts in — but PlayCover sidesteps the opt-in and adds keymapping for games.
- Latest stable: v3.1.x (community fork; the original org is at PlayCover/PlayCover on GitHub).
- Cost: Free, GPLv3.
- Use case: Run an iOS-only app you already own on a Mac when the developer hasn't opted into "Designed for iPad" Mac distribution.
- Caveats: Not for App Store submission, not a replacement for the Simulator, and not legal in all licensing contexts — confirm the app's EULA before redistributing anything.
9. Firebase Test Lab — usage-based device farm in CI
Firebase Test Lab gives you on-demand iOS XCUITest runs against a fleet of real and virtual iPhones in Google's data centers. Pricing is metered, which makes it a good "second-tier" option after your local Simulator and before BrowserStack/TestMu AI.
- Pricing (firebase.google.com/docs/test-lab/usage-quotas-pricing, April 2026): Spark plan = 10 virtual + 5 physical device tests/day free. Blaze plan = $1/device-hour virtual, $5/device-hour physical.
- Integrations: Fastlane, GitHub Actions, Cloud Build; XCUITest and XCTest support.
- Limitation: No interactive sessions — you ship a test plan and read results; not for manual exploratory QA.
10. QEMU-iOS (open source) — for legacy and research use only
The maintained fork at github.com/devos50/qemu-ios emulates the iPod Touch 1G and 2G running iPhone OS 1.x and 2.x. There's an active ipod_touch_2g branch and community forks that target Apple Silicon hosts. It's the right tool for jailbreak history projects, retro reverse engineering, or academic security research; it is the wrong tool for testing a 2026 iOS app — none of the modern iOS frameworks run.
How to choose — 60-second decision tree
- Are you shipping to the App Store? → Use Xcode 26 Simulator for inner-loop dev. Required, not optional.
- Do you also need to test on real iPhones without buying them? → Add BrowserStack App Live ($39/user/mo) or TestMu AI for manual; Firebase Test Lab or TestMu AI for CI XCUITest.
- Do you need to share an interactive demo without recipients installing anything? → Appetize.io; embed in a docs page or landing page.
- Are you doing security research, kernel work, or fuzzing? → Corellium by Cellebrite; nothing else virtualizes iOS 26.
- Are you on .NET / C# and need cross-platform? → .NET MAUI 9 (you still need a Mac somewhere on the network).
- Do you just want to play an iPhone game on your M-series Mac? → PlayCover, free.
- Did you find a tutorial recommending Ripple, iPadian, Xamarin, Smartface free, or LambdaTest? → Outdated. See "What was removed and why" above.
Performance benchmarks (April 2026)
Real numbers from public sources — not estimates:
| Metric | Tool | Value | Source |
|---|---|---|---|
| Clean build time, 150k LOC Swift project | Xcode 26.2 vs Xcode 16 | ~12–15% faster | Sunil Gandham, Medium (Mar 2026) |
| Clean build improvement (Apple-cited) | Xcode 26.0 | 35% faster | Apple developer.apple.com/xcode |
| Simulator boot time, M3 Mac, iOS 26.2 | Xcode iOS Simulator | ~3–6 s cold | Bitrise simulator-diagnostics public benchmark |
| Cold-start improvement, Native AOT | .NET MAUI 9 on iOS | ~2x faster vs JIT | Microsoft Learn — .NET 9 release notes |
| App package size reduction, Native AOT | .NET MAUI 9 on iOS | up to 2.5x smaller | Microsoft Learn — .NET 9 release notes |
| Real-device test pricing | Firebase Test Lab Blaze | $5/device-hour | firebase.google.com/docs/test-lab/usage-quotas-pricing |
Apple Silicon (M1–M5) compatibility notes
- Every tool above except QEMU-iOS runs natively or virtualized on Apple Silicon. Avoid Rosetta-only tools — they exist for legacy Intel x86 simulator binaries that Apple no longer ships in Xcode 26.
- Apple Silicon Macs can install iPhone/iPad App Store apps directly (subject to developer opt-in). For those that don't opt in, PlayCover is the workaround.
- Xcode 26 simulators are arm64-native; expect 2–3x faster app launch vs Intel Macs running the same simulator.
- iOS 26 simulators occupy ~10–12 GB each; budget storage if you keep multiple Xcode versions installed.
Free vs paid — what you can and can't do
| Capability | Free options | When to upgrade |
|---|---|---|
| Build & run iOS apps locally | Xcode 26 Simulator, .NET MAUI 9, PlayCover | Never; free covers 99% of dev needs. |
| Distribute betas to up to 10,000 testers | TestFlight (requires $99/yr Apple Dev membership) | Add a real-device cloud when bugs only repro on specific carriers/regions. |
| Run iOS apps in a browser, no install | Appetize free trial | For sustained CI or public demos. |
| Test on real iPhones without buying | Firebase Test Lab Spark (10 virt + 5 phys/day) | Once your test count exceeds free quota. |
| Virtualize iOS 26 firmware | None — no free option exists | Required for security research; budget Corellium. |
Common pitfalls (and how to avoid them)
- "My app works on the simulator but crashes on a real iPhone." Almost always one of: missing entitlement, hardware capability not modeled in the simulator (camera, ARKit, push), or a memory pressure threshold the simulator doesn't enforce. Run on a real device or a cloud device farm before signoff.
- "Xcode 26 won't open my old project." Bumping to the iOS 26 SDK can surface deprecated API usage as errors. Check Apple's Xcode 26 release notes before upgrading; consider keeping Xcode 16.4 installed in parallel during the migration window.
- "Appetize streaming feels laggy." Latency is region-dependent. Use Appetize's region selector and run from a CI runner co-located with their data center.
- "Can I use Corellium to bypass App Store review?" No — every App Store binary still has to be built with Xcode 26+ and signed by a Developer Program account. Corellium is for testing, not distribution.
- "Smartface free tier is gone." Correct — they pulled individual plans in 2024. If a tutorial tells you to download a free Smartface emulator for individual use, the tutorial is stale.
- "My CI says LambdaTest API is failing." URLs and hub endpoints moved during the January 2026 TestMu AI rebrand. Old
hub.lambdatest.comstill proxies for now but won't forever — update your CI config.
When you need senior iOS engineers, not just emulators
The Simulator handles your inner-loop dev cycle. It doesn't fix a missed App Store deadline or an underspec'd team. If you're staffing iOS work — Swift, SwiftUI, .NET MAUI, security testing — Codersera matches you with vetted remote developers who've shipped through Xcode 26 and can extend your engineering team within days. See hire iOS developers, hire Swift developers, or our free iPhone emulator comprehensive guide for the cross-platform online-only options.
FAQs
Q1. What's the best free iOS emulator for Mac in 2026?
Xcode 26's iOS Simulator. It's free, supports iOS 26 / Liquid Glass / Foundation Models on day one, and it's the only tool whose builds Apple will accept on the App Store. Install Xcode from the Mac App Store on macOS 15 Sequoia or later.
Q2. Can I run real iPhone apps on a Mac with M3/M4 chips without Xcode?
Yes — Apple Silicon Macs can install iPhone/iPad App Store apps directly if the developer opts in. For apps where the developer didn't opt in, PlayCover (free, open source) lets you side-load a personal .ipa and adds keymapping for games. PlayCover does not replace the Simulator for dev work.
Q3. Is iPadian a real iOS emulator?
No. iPadian is a UI skin with a custom catalog of recompiled apps; it does not run iOS code or App Store binaries. Don't pay for it. Use Xcode Simulator (developers) or Appetize.io (no-Mac users) instead.
Q4. What replaced Xamarin in 2026?
.NET MAUI, currently shipping in .NET 9 (with .NET 10 in preview). Xamarin reached end-of-support May 1, 2024. Microsoft ships upgrade-assistant for the migration. .NET MAUI 9 added Xcode 26 support in October 2025.
Q5. How do I install the iOS Simulator on Mac without installing all of Xcode?
You can't, but you can install Xcode and then download just the runtime you need from Xcode → Settings → Components. Each simulator runtime is ~10–12 GB. To remove unused runtimes, run xcrun simctl runtime list and xcrun simctl runtime delete <id>.
Q6. What happened to LambdaTest?
It rebranded to TestMu AI in January 2026 as part of a pivot to "agentic" AI quality engineering. The iOS device cloud, Appium/XCUITest support, and CI integrations carry over; URLs now resolve to testmuai.com. Update CI configs and bookmarks.
Q7. Is Corellium still independent after the Cellebrite acquisition?
No. Cellebrite announced the acquisition June 5, 2025 and closed it December 2, 2025 ($170M cash + $20M equity + up to $30M earn-out). Corellium now ships as "Corellium by Cellebrite." Product still functions for app developers and security researchers; long-term roadmap may skew toward forensics customers.
Q8. What's the cheapest path to test on a real iPhone if I don't own one?
Firebase Test Lab Spark (free): 5 physical iOS device tests/day. After that, BrowserStack App Live ($39/user/mo) or TestMu AI ($19/user/mo) are the two cheapest manual-testing options on real hardware.
References & further reading
- Xcode 26 release notes — Apple Developer
- Xcode 26.2 release notes — Apple Developer
- Apple mandates Xcode 26 for App Store submissions starting April 28, 2026
- Cellebrite press release: acquisition of Corellium (June 2025)
- Cellebrite completes acquisition of Corellium (Dec 2, 2025)
- LambdaTest rebrands to TestMu AI (January 2026)
- What's new in .NET MAUI for .NET 9 — Microsoft Learn
- Apple Xcode 26 support in .NET MAUI 9 (October 2025)
- Firebase Test Lab usage quotas and pricing
- BrowserStack pricing (App Live, App Automate)
- PlayCover — GitHub
- devos50/qemu-ios — GitHub
- .NET MAUI iOS simulator visibility issue tracker — GitHub