Posted on 08-24-2023 01:35 AM
Hey.
Im trying to upgrade GoodNotes for Institutions into GoodNotes for Business.
There is only an instruction how to install a license key for iPad/iPhone (https://support.goodnotes.com/hc/en-us/articles/7568710302607-Installing-Goodnotes-for-Business-Ente...).
Does someone know how I can install a license on MacBook via JamfPro?
Solved! Go to Solution.
Posted on 09-25-2024 08:39 AM
yes.
Our plist:
<?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.goodnotesapp.x.managed</key> <dict> <key>LicenseKey</key> <string>XXXXXX-XXXXXX-XXXXXX-XXXXXX-XXXXXX-V3</string> </dict> </dict> </plist>
Posted on 11-29-2023 08:05 AM
Same issue.
I am guessing setup App and use Composer?
Posted on 08-08-2024 08:32 AM
Posted on 09-25-2024 06:29 AM
Were you able to deploy the licenses? I follow the instructions based on the Goodnotes support link above but the app doesn't recognize that a license has been deployed. Scope is set correctly and installed based on the log. The same license key is valid works without problems for our organizations iPads. Not sure what I'm missing.
Posted on 09-25-2024 08:39 AM
yes.
Our plist:
<?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.goodnotesapp.x.managed</key> <dict> <key>LicenseKey</key> <string>XXXXXX-XXXXXX-XXXXXX-XXXXXX-XXXXXX-V3</string> </dict> </dict> </plist>
Posted on 10-08-2024 11:14 PM
It worked. Appreciate it!
Posted on 09-26-2024 04:36 AM
I've done the same thing but in Goodnotes on the Mac it still gives me these errors. In JAMF, it says that the profile has been pushed through. Any ideas?
Posted on 09-27-2024 12:46 AM
FIXED: There was an extra colon in our application domain field. The solution above works well.