- 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
Provide the required project settings
- InMicrosoft Visual Studio, open yourBlackBerry Dynamics-enabledMicrosoft.iOSproject.
- In the project settings, selectOptionsand navigate toBuild > iOS Build > Code Generation and Runtime > Linker behavior.
- SelectLink Framework SDKs Onlyfor all required configuration and platform options.
- In theAdditional mtouch argumentsfield, specify the following:--registrar:static
- ClickSave. Note that more advanced examples of mtouch arguments can be found in the sample applications.