Is there a way to find out during runtime if the app is currently running on a test-device/simulator or from a real app store installation?
I need to implement ad-tracking into the application and during testing/debugging I do not want to send tracking data because this changes the statistics.
But I do not want just to distinguish between DEBUG/RELEASE builds because RELEASE builds are e.g. also used during profiling.
Maybe there is a config set somewhere if the app is from a real app store installation? Or any other way?
Thanks.