My enterprise application has been distributed using MDM (MobileIron)
.First time installation was not an issue.
However, when a newer version of application is put on MDM
, the older version that is installed on iPad
automatically gets deleted without any warning. The user then has to install it manually again. This is unusual.. right?
I am updating the build version (CFBundleVersion
) for each newer version. I am not changing CFBundleIdentifier.
What can be the problem? is there an MDM
setting that I have missed to check?