Query to identify installed mobile app version on iPad

We are trying to build an in-house app to help our internal employees have quick health checks on an iPad.

We want to understand whether we can perform the below action on managed DEP iPads.

  • What version of the managed app is installed on the iPad

if yes, can you share some lights to understand how we can capture that information?

With every release, save the app version as a constant. Alternatively, you can read CFBundleShortVersionString from your plist file.

Query to identify installed mobile app version on iPad
 
 
Q