Posted on 11-14-2017 06:46 AM
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!
Solved! Go to Solution.
Posted on 11-15-2017 08:38 AM
The solution was to remove header tags:
<dict>
<key>Giphy Allowed</key>
<false/>
</dict>
Posted on 11-14-2017 08:59 AM
is this for the Mac app or iOS app?
Posted on 11-14-2017 11:21 AM
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.
Posted on 11-15-2017 08:38 AM
The solution was to remove header tags:
<dict>
<key>Giphy Allowed</key>
<false/>
</dict>