Known Issues
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. SettestModetotruewhen callinginiton simulators/emulators. SettestModetofalseon real devices in production (otherwise you may receive asimulatorDetectedor atestModeEnablederror).
Updated 24 days ago