Skip to main content
Solved

Deploying Notability App New License Key to Mobile Devices and Computers

  • October 1, 2024
  • 2 replies
  • 115 views

Forum|alt.badge.img+9

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>

 

Best answer by aghali

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.


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

2 replies

Forum|alt.badge.img+8
  • Contributor
  • October 2, 2024

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.


Forum|alt.badge.img+9
  • Author
  • Contributor
  • Answer
  • October 2, 2024

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.


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