Upload .plist file to application

bananapatata
New Contributor III

New to Jamf. I'm looking to change some settings in Notability for iOS to disable Giphy content from being accessed by students (as mentioned on this page from their website). I'm hoping it's something easily done on a page I can't find – can someone point me in the right direction? I've downloaded the .plist file but I can't find anywhere to upload this or adjust the package contents of Notability.

1 ACCEPTED SOLUTION

bananapatata
New Contributor III

The solution was to remove the header tags:

<dict> <key>Giphy Allowed</key> <false/>
</dict>

Thanks for the help!

View solution in original post

3 REPLIES 3

boberito
Valued Contributor

Mobile Device Apps ---> Notability ---> App Configuration

Paste the plist contents into that box.

bananapatata
New Contributor III

I thought it might be that but I got an "Incorrect Format Error" when I tried that, so that's when I came here.

Here's the code:
3ba2f742f427461cbfc4d3f80a002358

<?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>Giphy Allowed</key> <false/>
</dict>
</plist>

bananapatata
New Contributor III

The solution was to remove the header tags:

<dict> <key>Giphy Allowed</key> <false/>
</dict>

Thanks for the help!