Welcome to Headwind MDM Q&A, where you can ask questions and receive answers from other members of the community.

Please do not post bug reports, missing feature requests, or demo inquiries. If you have such an inquiry, submit a contact form.

0 votes
Built and deployed a custom app, added to "applications" deployed to all devices without issue, MDM and app work great on all devices.

However, something is causing all devices to prompt for install of the existing app each day. No changes to the app or changes to the APK version in "Applications". Trying to nail down what I'm doing wrong.
by (120 points)

1 Answer

0 votes

Headwind MDM tries to update the existing app when the following conditions are met:

1. The version installed on a device is lower than the version indicated in the web panel configuration;

2. The application fails to install due to some reason (most probable reasons are issues with the versionCode field or signing keys).

The workaround would be to open the configuration details, "Applications" tab, find the problematic application, click the version (it's a clickable link), and set the "Disable version checking" checkbox. Then save the configuration to apply changes.

by (34.1k points)
...