# Running the App on iOS Simulator

Running the app on iOS simulator from VSCode isn't supported currently. Please run the app from Xcode for now if you want to test it on iOS Simulator.

**NOTE:** Don't forget to set `testMode` to `true` before running the app.

- Running on simulators/emulators can trigger security checks that return errors such as `simulatorDetected`. Set `testMode` to `true` when calling [`init`](https://developer.incode.com/docs/API-REFERENCE.md#init) on simulators/emulators. Set `testMode` to `false` on real devices in production (otherwise you may receive a `simulatorDetected` or a `testModeEnabled` error).

Updated 24 days ago
