Hi @cameron,
Hexnode does not currently support version pinning or rollback for Android Store apps. Store app updates are controlled by the app store and the app’s managed Google Play availability, so Hexnode cannot force devices to stay on an older Store version once a newer version is available.
The practical workaround is to deploy the required older version as an Enterprise app:
- Obtain the APK for the required app version.
- Upload it to Hexnode as an Enterprise app.
- Remove or uninstall the existing Store app from the devices.
- Deploy the Enterprise APK to the required device group.
A few important points to consider:
– The Enterprise app will not automatically follow Store updates.
– To move to a newer version later, upload and deploy the newer APK manually.
– If the package name is the same, Android may treat it as the same app, but replacing a Store-installed app with an Enterprise APK often requires uninstalling the existing app first.
– If the app is uninstalled, app data and login sessions may be removed unless the app stores authentication externally or supports a sign-in flow such as SSO.
Because of the login concern, test this on a small group of devices before deploying it broadly.
Regards,
Sienna Carter
Hexnode UEM