Deploying Notability App New License Key to Mobile Devices and Computers

aghali
New Contributor III

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>

 

1 ACCEPTED SOLUTION

aghali
New Contributor III

I wrote this to highlight what should be entered for the Preference Domain since it wasn’t documented on the Notability website. 

View solution in original post

2 REPLIES 2

_gsm
New Contributor III

Create a new profile using the Application & Custom Settings payload. Select the option to Upload. Fill in the Preference Domain and upload the configuration profile.

aghali
New Contributor III

I wrote this to highlight what should be entered for the Preference Domain since it wasn’t documented on the Notability website.