Starchild Active Member Licensed User Longtime User Oct 31, 2019 #1 I have been using this code to detect if my app is running on the Mac's ISO Simulator but it seems to no longer include "simulator" in the device name. https://www.b4x.com/android/forum/threads/get-ios-device-info.47696/#content Any other ideas on getting the app to detecting Simulator or real device. Hoped there might be an existing environment flag.
I have been using this code to detect if my app is running on the Mac's ISO Simulator but it seems to no longer include "simulator" in the device name. https://www.b4x.com/android/forum/threads/get-ios-device-info.47696/#content Any other ideas on getting the app to detecting Simulator or real device. Hoped there might be an existing environment flag.
Starchild Active Member Licensed User Longtime User Oct 31, 2019 #2 I found it. It's already imbedded in B4i. B4X: Dim App as Aplication Log(App.IsSimulator) Couldn't be any easier. Upvote 0
I found it. It's already imbedded in B4i. B4X: Dim App as Aplication Log(App.IsSimulator) Couldn't be any easier.