Detect what release channel the application is running on or get current release channel.
Is there away to tell if an application build is running on ALPHA/BETA/ … etc. I'd like to test out different content depending if it's on a given release channel, something like get current release channel. This way I can build the application once ...