This article provides insight on how to setup enterprise rollout for iOS devices.
In the 911Cellular portal, navigate to Manage Devices -> Mobile App Users
You will then need to upload a list of users that you intend to provision devices for via the CSV template. Name, phone number and email address are required fields on the upload. You can find this CSV template by clicking Upload App Users and then selecting Download Template.
Once the template has been completed and uploaded to the portal, you can now download the list of app users by clicking the Download List button. This list will have a column labeled Guid which can be used to provision the application to the user with that GUID.
Below is an example of using the GUID to provision a device for CampusShield using SimpleMDM:
- Create an attribute. This is a custom value per device and which will identify the user and allow us to automatically sign them in to the application. We recommend that you name this attribute 911CellularUserAccountGuid and assign it a default value of 00000000-0000-0000-0000-000000000000.
- Add the application to the MDM’s catalog of applications. Your application may have a different name if it has been white labeled.
- Click into the application and navigate to the tab labeled Managed Configuration. Add the key of 911CellularUserAccountGuid as a string and assign it the value of the attribute that we created in step 1. In SimpleMDM this is done by placing the attribute name inside of double brackets:
- Within each device, assign the correct Guid to the 911CellularUserAccountGuid attribute.