Hi guys,
As the title goes, how can I read for example the “debug” setting from the default.json file so that I execute different code depending on whether the flag is true or false? I want to use this as a better approach for the “#if DEBUG … #endif” instruction in code which relates to the Release/Debug compiling mode.
Best,
Alex
Hi Alex,
it´s available as Application.Configuration.Debug
Best regards
Frank
Please login first to submit.