APK updateSolved

Participant
Discussion
4 days ago Apr 12, 2026

Hi, I’m facing an issue while updating an enterprise Android app. I uploaded a new APK with a higher version code, but devices still install the old version. Any idea what might be wrong?

Replies (4)

Marked SolutionPending Review
Hexnode Expert
4 days ago Apr 12, 2026
Marked SolutionPending Review

Hi @ronnie, thanks for reaching out.

For enterprise app updates, both the version code and version name must be incremented.

Could you please:

  1. Check the app details in the Hexnode portal and verify the version code and version name in your updated APK?
  2. Review the Action History to see if there are any errors during deployment?

Regards,
Sienna Carter
Hexnode UEM

Marked SolutionPending Review
Participant
2 days ago Apr 14, 2026
Marked SolutionPending Review

Thanks for the response. I checked, and now I’m getting an error: “Version code and version name of the app needs to be different.” It won’t let me upload the update unless I uninstall the existing app. Is that expected?

Marked SolutionPending Review
Hexnode Expert
2 days ago Apr 14, 2026
Marked SolutionPending Review

Hi @ronnie,

Yes, that error usually appears when the system detects a conflict with the existing app version. If you are using the same app identifier (bundle ID) but not properly incrementing both version fields, the update may fail.

As a workaround, you can uninstall the existing app from the devices and, then install the new APK.

Regards,
Sienna Carter
Hexnode UEM

Marked SolutionPending Review
Participant
2 hours ago Apr 16, 2026
Marked SolutionPending Review

Got it. That worked.

Save