How can I show the #Version that is set in the main module of my iOS app? I want to show the version somewhere in the app, such as a setup page, so the user can determine which version of the app is installed. Could not find anything regarding this is a search of posts. Using B4i 6.80 and B4Pages.
Hi all, Maybe I'm being slow, but I can't seem to find any way to get the app's name and version at runtime? I.e. the values of the Project Attributes #ApplicationLabel and #Version that are set in the Main module. In B4A I would do it by calling Application.LabelName and...