You can use Mobile Device Management (MDM) software to deploy the FollowMee mobile app to your iOS, Android, Windows 10 devices. To use MDM to configure the app setting, you will use the following key-value pair.
- Key: login_token
- Value: YOUR_TOKEN_STRING
- Data type: string
You can generate your login token on
your account page. The
login token embeds your account credential. If you need to add additional app settings in your login token, please
contact us.
The following uses Intune as an example to show how to add the FollowMee iOS app (Android version has similar procedure) to your MDM and configure the login token. Then we explain a different process for
Verizon MDM which uses a ManagedAppConfig.plist file.
For Windows 10, the procedure is quite different. See
this link for details.
Add the FollowMee app to MDM
- Login to Microsoft Intune dashboard.
-
In the left side navigation menu, select Apps -> All Apps -> Add.
-
Search the app in the app store.
-
Add the assignment.
-
Review and create the app.
Note: If you want to silently install the FollowMee app without the user's Apple ID, you should configure VPP tokens.
Add the app configuration policy
-
After login to Intune dashboard, select Apps -> App Configuration Policies. Click the Add button and select "Managed Devices".
-
Fill in the required information and select the app.
-
Fill in your login token. You can generate your login token on your account page.
-
Set the assignment.
-
Review and create.
Verizon MDM
If you use Verizon MDM to manage your iOS devices. you need to create a file called "ManagedAppConfig.plist" as below.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>login_token</key>
<string>YOUR_LOGIN_TOKEN</string>
</dict>
</plist>
In the MobileIron Admin Portal, navigate to Policies & Configs -> Configurations. On the Configurations page, select Add New -> iOS and OS X -> iOS Only -> Managed App Config. Then add this plist file.
Related
How do I configure the app settings through MDM for the Windows app?
What is login token? Can I have my users to install and set up this GPS tracker app with my FollowMee account, without knowing my account password?