- What is the BlackBerry Dynamics SDK?
- Requirements and support for platform-specific features
- Steps to get started with the BlackBerry Dynamics SDK
- Implementing SafetyNet attestation for BlackBerry Dynamics apps
- About the BlackBerry Dynamics SDK for Xamarin.Forms
- Sample apps
- Testing and troubleshooting
- Troubleshooting common issues
- Implementing automated testing for BlackBerry Dynamics Xamarin apps
- Disable ARM v8 to avoid potential issues
- Deploying your BlackBerry Dynamics app
- Deploying certificates to BlackBerry Dynamics apps
- Legal notice
- BlackBerry Docs
- BlackBerry Dynamics Bindings for Xamarin.Android 11.0
- BlackBerry Dynamics Bindings for Xamarin.Android Development Guide
- Requirements and support for platform-specific features
- Using an entitlement ID and version to uniquely identify a BlackBerry Dynamics app
- Specify the entitlement ID and entitlement version for your app
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.- Copy theassets/settings.jsonfile from one of the sample apps that is included in the SDK and populate it with the configuration information for yourBlackBerry Dynamicsapp, 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" ] }