How to: Turn on the "Reminder To Enable Auto Backup"
As a Goodnotes Enterprise License Key user you can provide helpful reminders to your end-users about ensuring they keep their data safe. To do this you can enable a reminder to enable Auto-Backup via your managed configuration.
The option to flag this is called ReminderToEnableAutoBackup in AppConfig. This can be set by the Administrator via your MDM software and will assist in the creation and maintenance of backup data through our Auto-Backup functionality.
If set to true, a popup will be displayed whenever Goodnotes is opened and only if the end user hasn't enabled Auto-Backup and/or signed in to an appropriate backup service.
Once the user has enabled Auto-Backup and signed in to one of the available cloud storages (e.g. Google Drive, OneDrive, Dropbox or WebDAV) the Auto Backup reminder will no longer appear on each time the app is in the foreground.
To enable this feature in your AppConfig deployment, simply edit your existing XML file, or appropriate lines in your deployment to include the following:
<?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>LicenseKey</key>
<string>AAAAAA-BBBBBB-CCCCCC-DDDDDD-123456-V3</string>
<key>ConfigurableFeatures</key>
<dict>
<key>ReminderToEnableAutoBackup</key>
<true/>
</dict>
</dict>
</plist>