How to get Sharing Details in App Designer

27 views (last 30 days)
Maxi
Maxi on 1 Feb 2021
Commented: Taylor about 10 hours ago
Hello,
is there a method to get the sharing details of the App Designer into my code.
For example I want to display the version and name of the app somewhere in my GUI without programming it directly. So when I create a new version of my app I only have to change the information in the sharing details and it will be updated in my GUI automatically.
Thanks!
  6 Comments

Sign in to comment.

Answers (1)

Taylor
Taylor on 23 Jan 2024
When you go to package the app there is a field for the version number.
When the app is installed, the user can view the version number by hovering over the app.
  3 Comments
Adee
Adee about 13 hours ago
+1 for the exact same reasons. The version and related details of an executable application should be available to display in an "About" dialog - this is a "pattern" followed by practically all applications (including MATLAB's GUI).
Since the "Sharing details" information is not accessible programmatically, I need to store the version information in the code instead. This makes the "Sharing details" section mostly useless.

Sign in to comment.

Categories

Find more on Develop Apps Using App Designer in Help Center and File Exchange

Products


Release

R2020b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!