1. Hands MDM SDK
  2. iOS Quickstart
  3. MDM Modules
  4. MDM AppBehavior

MDM AppBehavior

Module responsible for monitoring the installed applications that the user has in their device.

To start monitoring installed applications, it is necessary to add to the Info.plist the list of applications with the following key: LSApplicationQueriesSchemes of type Array, as shown below:

<key>LSApplicationQueriesSchemes</key>
<array>
    <string>airbnb</string>
    <string>aliexpress</string>
    <string>com.amazon.mobile.shopping</string>
    <string>americanas</string>
</array>

 


Notes:

The applications list that can be added to your Info.plist can be found at the  Example Application