SimulatorDetector
object 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.