How to upload .plist to configure a mobile app

bananapatata
New Contributor III

Brand new to Jamf. Looking to customize our school's copy of Notability so that it can't access content from Giphy (as outlined here). I'm attempting to upload the .plist file into the app but can't find anywhere to do something like that. I have a hunch it'll be pretty easy once I know where to look – can someone point me in the right direction? Thanks!

1 ACCEPTED SOLUTION

bananapatata
New Contributor III

The solution was to remove header tags:
<dict> <key>Giphy Allowed</key> <false/>
</dict>

View solution in original post

3 REPLIES 3

mahughe
Contributor

is this for the Mac app or iOS app?

bananapatata
New Contributor III

Not sure how this got double posted but it's for the mobile app.

So far all I can find is Mobile Device Apps>Notability>App Configuration and then I paste in the content from the .plist. But I get an "incorrect format" error.

aaf8e79531004396a07d1e41d7f43a86

bananapatata
New Contributor III

The solution was to remove header tags:
<dict> <key>Giphy Allowed</key> <false/>
</dict>