I am currently using MDM on a mobile application (React Native/Expo Build) I have a scenario that I would like discussed:
Preface: Some of the Firms that use our application have an MDM platform (Intune, Mobile Iron, Airwatch) and others do not. Therefore we will have two application package:
- Public users that do not MDM software can simply download application from IOS or Android App store
- A wrapped application version for those firms that use MDM Software
FirmA has Intune applied and the wrapped version of our app User at FirmA decided to go on to the public IOS/GooglePlay store and download application
I need a way to stop this user at FirmA from using the public version of the app and restrict them to ONLY USE the MDM build of application.
Is this possible? Does this need to be applied on the MDM side or application side?