Known Issues

  • 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 on simulators/emulators. Set testMode tofalse on real devices in production (otherwise you may receive a simulatorDetected or a testModeEnabled error).