Add a configuration key in the default or the custom SDK profile to control the auto sync and authentication check for repositories that are not of managed content repository type.
Configuration Key | Value Type | Supported Values | Description |
---|---|---|---|
{ "AutoSyncEnabled"} | Boolean | TRUE (default) = Enabled FALSE = Disabled | When set to False, auto sync and authentication check for repository occurs only when the user navigates into the repository. When the default value is applied, sync and authentication check takes place when an automatic or manual sync is performed. |
Disable Auto Sync of Repositories Using Default SDK Profile
Add the configuration key in the default SDK profile to control the auto sync and authentication check for repositories that are not of managed content or personal content repository type.
- Navigate to .
- From All Settings, navigate to .
- Select Enable Custom Settings and paste the configuration keys as per your requirement. Disable auto sync, { "AutoSyncEnabled": false }
- Select Save.
Disable Auto Sync of Repositories Using a Custom SDK Profile
Add a configuration key in the custom SDK profile to control the auto sync and authentication check for repositories that are not of managed content or personal content repository type.
1. Navigate to
.2. If you have an existing custom profile, navigate to
.3. If you want to add a custom profile, navigate to
.4. From Custom Settings, select Configure and paste the configuration keys as per your requirement. Disable screen timeout, { "AutoSyncEnabled": false }.
5. Select Save.