drconfig.json
Description of the drconfig.json file
NoteWhat is shown below is a sample for explanation, Please use the drconfig.json provided with your package.
{
  "organization" : "<ORG_SPECIFIC_TAG>",
  "organizationId":"<ORG_SPECIFIC_VALUE>",
  "timerTriggerConfig": 86400,
  "version": 1,
  "isSdkBuild": true,
  "fcmProjectId": "iu-dr-sdk",
  "fcmSenderId": "296011881976",
  "fbRemoteProjectId ": "iu-dr-sdk",
  "fbRemoteAPIKey": "AIzaSyAYTqGh4HMvRn4xCamoQ-AZbmdVZsODNo4",
  "fbRemoteAppId": "1:296011661976:android:b4ecf159b119easdc86"
}This file has the following properties:
- organization: Organization Name for the SDK
 - organizationId: Organization ID for the SDK
 - timerTriggerConfig: Number of seconds between each timer fire. This has to be set to at least 1 hour in the production configuration.
 - version: Config version.
 - sdk_build : Should be set true for all integrations of DR SDK with host app.
 - fcmProjectId, DR Specific config strings. Do not edit.
 - fcmSenderId - DR Specific config strings. Do not edit.
 - fbRemoteProjectId - DR Specific config strings. Do not edit.
 - fbRemoteAPIKey - DR Specific config strings. Do not edit.
 - fbRemoteAppId - DR Specific config strings. Do not edit.
 
Updated 5 months ago
