Deploying Notability App New License Key to Mobile Devices and Computers

aghali
New Contributor II

Notability has announced changes to their Education license model, info found Here.

I ran into an issue deploying the license key to macOS devices following their instructions Here.

The sample XML for macOS deployment file doesn't indicate what the "Preference Domain" should be set when deploying via Configuration Profile in Jamf.

You should enter com.gingerlabs.Notability for the Preference Domain field.

Here's an example of my PLIST file:

<?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>com.apple.configuration.managed</key>
<dict>
<key>License Key</key>
<string>YOUR_LICENSE_KEY</string>
<key>iCloud Allowed</key>
<true/>
<key>Link Sharing Allowed</key> 
<true/>
<key>Note Gallery Allowed</key> 
<true/>
<key>GIF Library Allowed</key> 
<true/>
<key>Locked Subjects Allowed</key>
<true/>
<key>Photo Library Allowed</key>
<true/>
<key>Web Clip Allowed</key>
<true/>
<key>Allowed Cloud Services</key>
<array>
<string>GoogleDrive</string>
<string>OneDrive</string>
<string>Email</string>
<string>AirDrop</string>
<string>OpenIn</string>
</array>
<key>GoogleDrive Allowed Domains</key>
<string>YOUR-DOMAIN</string>
<key>OneDrive Allowed Domains</key>
<string>YOUR-DOMAIN</string>
</dict>
</dict>
</plist>

 

0 REPLIES 0