Is there a way in Corona to detect whether my app is running in the Xcode simulator? The reason I ask this is that Admob V2 ads will show test ads in the Xcode sim, but on my iPhone the testMode flag has no effect so it shows the real ads. So I just want to see the ads if it is running on the Xcode simulator.
Using system.getInfo(“environment”) I can detect the Corona simulator but not the Xcode simulator.