Skip Navigation

Specify GDappID and Version

Add a
settings.json
file under the
Assets
folder of your app, where you will define the GDappID and Version. An example file is below. For background, see Using an entitlement ID and version to uniquely identify a BlackBerry Dynamics app.
{ "GDLibraryMode": "GDEnterprise", "GDappID":"com.good.gd.example.apachehttp", "GDappVersion":"1.0.0.0", "GDConsoleLogger": [ "GDFilterNone_", "GDFilterErrors_", "GDFilterWarnings_", "GDFilterInfo_", "GDFilterDetailed_" ] }