- What is the BlackBerry Dynamics SDK?
- Requirements and support for platform-specific features
- Steps to get started with the BlackBerry Dynamics SDK
- Implementing Play Integrity attestation for BlackBerry Dynamics apps
- About the BlackBerry Dynamics SDK for Microsoft.Maui
- Sample apps
- Testing and troubleshooting
- Deploying your BlackBerry Dynamics app
- Deploying certificates to BlackBerry Dynamics apps
- BlackBerry Docs
- BlackBerry Dynamics Bindings for Microsoft.Android 12.1
- BlackBerry Dynamics Bindings for Microsoft.Android Development Guide
- What is the BlackBerry Dynamics SDK?
- Reliance on the underlying BlackBerry Dynamics SDK
Reliance on the underlying BlackBerry Dynamics SDK
BlackBerry Dynamics SDK
Apps developed with the
Microsoft
.NET
bindings rely on the underlying BlackBerry Dynamics SDK
. The full set of the SDK APIs is bound to a Microsoft
C#/.NET counterpart. For example:- BlackBerry Dynamics SDK for AndroidJava:GDAndroid.getInstance().activityInit(this);
- MicrosoftC#/.NET:GDAndroid.Instance.ActivityInit(this);