SimulatorDetector

Utility to detect if app is running on iOS Simulator.

iOS Simulator has limitations with certain permissions:

  • Bluetooth: Not supported (no hardware)

  • Motion: May not work correctly

  • Location: Can be simulated but limited

For these permissions, we return mock status on simulator to allow testing without blocking the entire flow.

Properties

Link copied to clipboard

Check if running on iOS Simulator.

Link copied to clipboard

Set this to false to disable mocking on Simulator. Useful for testing DENIED logic on Simulator.

Link copied to clipboard

Get simulator type name for logging.