With Cerby, you can centrally deploy the Android mobile app across your organization’s managed devices and preconfigure allowed workspaces during installation, using Managed Google Play and a Mobile Device Management (MDM) solution such as Jamf Pro or Microsoft Intune.
IMPORTANT: Cerby suggests always using the latest version of the Cerby mobile app to perform this configuration. |
Requirements
The following are the requirements to configure and install de Cerby mobile app on Android:
Managed Google Play: The Cerby app must be added and approved in your Android management console.
Android Enterprise enrollment: Devices must be enrolled in Fully Managed, Dedicated, or Corporate-Owned Work Profile mode.
Install the Cerby mobile app for Android via an MDM service
The following are the configurations you can use to install the Cerby mobile app for Android via an MDM service:
Configuration for Jamf Pro
To add, configure, and deploy the Cerby mobile app for Android, you must complete the following steps:
Add the Cerby mobile app by following the next steps:
Log in to your Jamf Pro account on a browser window.
Click the Devices (
) button in the top navigation bar.
Select the Mobile Device Apps (
) option from the CONTENT MANAGEMENT section in the left navigation drawer. The Mobile Device Apps page is displayed.
Create a new mobile app configuration profile by following the next steps:
Click the New (
) button. The General section is displayed on the Choose an App page.
Select the App Store app or apps purchased in volume option.
Click the Next button.
Enter “Cerby” in the search field.
Click the Next button.
Click the Add button next to the Cerby item.
Configure the app settings by following the next steps:
Select the App Configuration option.
Select the configuration you want to use:
Using the JSON format
Select the Enter JSON option.
Paste the following snippet:
{
"allowedWorkspaces": "workspace1, workspace2"
}
Using the XML format
Paste the following XML snippet into the Property List field:
<dict>
<key>com.cerby.managed.workspaces</key>
<string>workspace1, workspace2</string>
</dict>NOTE: Cerby supports up to five workspaces. If more are added, only the first five are used.
Click the Save button.
Set the scope by following the next steps:
Select the Scope tab to add your deployment targets.
Add your target devices or user groups. For more information, read the Scope official documentation.
Click the Save button.
Now you are done.
Configuration for Microsoft Intune
Microsoft Intune uses App Configuration Policies to deliver managed app settings through Managed Google Play. To create, configure, and assign an App Configuration Policy for the Cerby mobile app, complete the following steps:
Create the policy by following the next steps:
Select the Apps menu item.
Select the App configuration policies menu item.
Click the Add button.
Select the Managed devices option.
Select the Android Enterprise platform option.
Select the appropriate Profile Type option.
Select the Cerby application option.
Configure the corresponding settings by following any of the following options:
Using the Configuration Designer
Select the Use configuration designer option.
Click the Add button.
Select the
allowedWorkspaceskey option.Enter the workspace values in the Value field.
Using a JSON snippet
Select Enter JSON data option.
Enter the configuration structure in the JSON data field:
{
"kind": "androidenterprise#managedConfiguration",
"productId": "app_package_name",
"managedProperty": [
{
"key": "allowedWorkspaces",
"valueString": "workspace1, workspace2"
}
]
}
Assign the policy by following any of the following options:
Select the Assignments tab.
Select the appropriate user or device group option.
Click the Create button.
Now you are done.
