- What is the BlackBerry Dynamics SDK?
- Requirements and support for platform-specific features
- Software requirements
- Using an entitlement ID and version to uniquely identify a BlackBerry Dynamics app
- FIPS compliance
- Declaring a URL type to support BlackBerry Dynamics features
- App UI restrictions
- Requirements and prerequisites for iOS platform features
- Supported TLS protocols and cipher suites
- Steps to get started with the BlackBerry Dynamics SDK
- Install the BlackBerry Dynamics bindings for .NET
- Using the BlackBerry Dynamics SDK framework
- Developing apps in Microsoft Visual Studio on Windows with the pair to Mac feature
- Provide the required project settings
- Implement a BlackBerry Dynamics event listener
- Implement the BlackBerry Dynamics Launcher
- 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.iOS 12.1
- BlackBerry Dynamics Bindings for Microsoft.iOS 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 iOSObjective-C:+ (void)initializeWithClassNameConformingToUIApplicationDelegate: (NSString*)applicationDelegate;
- MicrosoftC#/.NET:static void InitializeWithClassNameConformingToUIApplicationDelegate (string applicationDelegate);