- What is the BlackBerry Dynamics SDK?
- Requirements and support for platform-specific features
- Steps to get started with the BlackBerry Dynamics SDK
- Install the BlackBerry Dynamics SDK for Cordova
- Using plug-ins to enable your apps
- Plug-ins available in the BlackBerry Dynamics SDK for Cordova
- Installing the Base plug-in
- Check the version of installed plug-ins
- Security of Cordova localStorage
- Using a custom Activity subclass
- Using a custom Application subclass
- Control whether the BlackBerry Dynamics Launcher displays in a BlackBerry Dynamics app
- Implementing Play Integrity attestation for BlackBerry Dynamics apps
- Sample apps
- Testing and troubleshooting
- Deploying your BlackBerry Dynamics app
- Deploying certificates to BlackBerry Dynamics apps
- BlackBerry Docs
- BlackBerry Dynamics SDK for Cordova 13.0
- BlackBerry Dynamics SDK for Cordova Development Guide
- Load bindings for a new project
Load bindings for a new project
If you are starting a new project that has not already been configured for the
BlackBerry
Dynamics
bindings for .NET, you must configure the project to load them. - InMicrosoft Visual Studio, open your project.
- Provide the NuGet.Config file and point it to the local source that contains the binding packages.
- Right click theDependenciesfolder and clickManage NuGet Packages....
- Choose the package source with the local binding packages that you provided in step 2, then choose the require items.
- Follow the prompts to add the NuGet to your project.