What's the equivalent of App.StageCode in iOS

Alright folks, here’s another new framework question for you.

Is there an equivalent of App.StageCode in iOS, so allow our code to do different things depending on whether the stage is set to Development, Alpha, Beta, or Release? We’ve got a nice obvious UI for setting it, but I can’t for the life of me work out how to refer to it in my code.

It’s not exposed like it is in other apps - nor is it written to the compiled apps plist by default
An FR would be in order for it to be

Now you COULD write it to the plist in a post build - pre sign step as a key of your own then read it from the plist

Thanks, Norman, and I’ve created a Feedback request:

<https://xojo.com/issue/43696>

My iOS feature requests could provide enough work to keep someone busy for a while :wink: