I\'d like to know whether my app is being run on device or simulator at run time. Is there a way to detect this?
Reason being to test bluetooth api with simulator:
You can use the TARGET_IPHONE_SIMULATOR preprocessor macro to distinguish between device and simulator targets.