We have an iOS app that was originally pushed out to users via Testflight.
Now we have our own Airwatch environment, we want to move the users over.
If a user already has the app installed via test flight, clicking the "install/Update" button in the AW app store doesn't do anything. The users have to uninstall the testflight installed version first. Unfortunately, this deletes the data they've created with the app.
Is there anyway around the uninstall?
Note that I've been told that both instances of the app are signed with our developer cert.
Thank you!