Skip Navigation

Set the entitlement ID and entitlement version in settings.json

You must create the file assets/settings.json and add to it the correct configuration information for your app. You can copy the file from one of the sample apps and edit it. The
GDApplicationID
and
GDApplicationVersion
settings described here enable Inter Container Communication (ICC), among other features. For more background, see BlackBerry Dynamics entitlement ID and version. The content needs to look like this, substituting your own
GDApplicationID
and
GDApplicationVersion
values:
{ "GDLibraryMode": "GDEnterprise", "GDApplicationID": "com.yourcompany.appname", "GDApplicationVersion": "1.2.3.0", "GDConsoleLogger": [        "GDFilterErrors_",        "GDFilterWarnings_",        "GDFilterInfo_",        "GDFilterDetailed_" ] }