Search code examples
androidioswindows-phoneenterprisemdm

Can one mobile app support multiple different MDMs?


Can one mobile app support multiple different MDMs (Mobile Device Management solution i.e. Maas360, Airwatch, etc.)? For example one device controlled by MDM 'x' can install it, as well as another device controlled by MDM 'y'. Or is the logic within apps to integrate MDM's not able to differentiate between which specific MDM solution the device is controlled by?


Solution

  • Yes you can. Each SDK typically has it's own kind of init method so you can build the logic to try..catch that.

    However, depending on MDM functionality you rely on and the platform you're on, that may or may not be available in all MDM solutions.