Posted on 10-01-2024 03:23 PM
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>
Solved! Go to Solution.
Posted on 10-02-2024 09:28 AM
I wrote this to highlight what should be entered for the Preference Domain since it wasn’t documented on the Notability website.
Posted on 10-02-2024 07:39 AM
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.
Posted on 10-02-2024 09:28 AM
I wrote this to highlight what should be entered for the Preference Domain since it wasn’t documented on the Notability website.