GuidesDiscussions
Log In
Guides

drconfig.json

Description of the drconfig.json file

📘

Note

What 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:

  1. organization: Organization Name for the SDK
  2. organizationId: Organization ID for the SDK
  3. timerTriggerConfig: Number of seconds between each timer fire. This has to be set to at least 1 hour in the production configuration.
  4. version: Config version.
  5. sdk_build : Should be set true for all integrations of DR SDK with host app.
  6. fcmProjectId, DR Specific config strings. Do not edit.
  7. fcmSenderId - DR Specific config strings. Do not edit.
  8. fbRemoteProjectId - DR Specific config strings. Do not edit.
  9. fbRemoteAPIKey - DR Specific config strings. Do not edit.
  10. fbRemoteAppId - DR Specific config strings. Do not edit.