Create a custom payload profile
Download and install the latest version of the
Apple Configurator
from Apple
.- In theApple Configurator, create anAppleconfiguration profile.
- In theBlackBerry UEMmanagement console, clickPolicies and Profiles.
- ClickCustom > Custom payload.
- Click .
- Type a name and description for the profile.
- In theApple Configurator, copy the XML code for theAppleconfiguration profile. When you copy the text, copy only the elements in bold text as shown in the following code sample.<?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>PayloadContent</key> <array><dict> <key>CalDAVAccountDescription</key> <string>CalDAV Account Description</string> <key>CalDAVHostName</key> <string>caldav.server.example</string> <key>CalDAVPort</key> <integer>8443</integer> <key>CalDAVPrincipalURL</key> <string>Principal URL for the CalDAV account</string> <key>CalDAVUseSSL</key> </true> <key>CalDAVUsername</key> <string>Username</string> <key>PayloadDescription</key> <string>Configures CalDAV account.</string> <key>PayloadDisplayName</key> <string>CalDAV (CalDAV Account Description)</string> <key>PayloadIdentifier</key> <string>.caldav1</string> <key>PayloadOrganization</key> <string></string> <key>PayloadType</key> <string>com.apple.caldav.account</string> <key>PayloadUUID</key> <string>9ADCF5D6-397C-4E14-848D-FA04643610A3</string> <key>PayloadVersion</key> <integer>1</integer> </dict></array> <key>PayloadDescription</key> <string>Profile description.</string> <key>PayloadDisplayName</key> <string>Profile Name</string> <key>PayloadOrganization</key> <string></string> <key>PayloadRemovalDisallowed</key> <false/> <key>PayloadType</key> <string>Configuration</string> <key>PayloadUUID</key> <string>7A5F8391-5A98-46EA-A3CF-C0D6EDC74632</string> <key>PayloadVersion</key> <integer>1</integer> </dict> </plist>
- In theCustom payloadfield, paste the XML code from theApple Configurator.
- ClickAdd.