I am making an application that installs on an MDM profile. The profile is successfully installed from the server. But if the user cancels the installation of the profile, I have no way to check from the application that the profile is installed successfully or not.
Now I need a way to check the application if this profile is installed successfully or not? Can I check the installation status from my application?
source
share