Skip Navigation

Specify the entitlement ID and entitlement version for your app

Specifying the entitlement ID and version for your app enables Inter Container Communication (ICC) and other
BlackBerry Dynamics
features.
  1. Copy the
    assets/settings.json
    file from one of the sample apps that is included in the SDK and populate it with the configuration information for your
    BlackBerry Dynamics
    app, including the entitlement ID (GDApplicationID) and entitlement version (GDApplicationVersion).
    You can also use this file to configure logging for the Android Debug Bridge console.
Sample contents of a settings.json file
{ "GDLibraryMode": "GDEnterprise", "GDApplicationID": "com.yourcompany.appname", "GDApplicationVersion": "1.0.0.0", "GDConsoleLogger": [ "GDFilterErrors_", "GDFilterWarnings_", "GDFilterInfo", "GDFilterDetailed" ] }