- About this guide
- BlackBerry Dynamics background
- BlackBerry Dynamics API reference
- FIPS 140-2 compliance
- Easy Activation
- Securing cut-copy-paste on devices (Data Leakage Prevention, or DLP)
- Shared Services Framework
- Support for fingerprint authentication
- Support for WKWebView
- Support for client certificates
- Support for the "Do not require password" setting
- Support for AngularJS and Ionic
- Bypassing the App Lock screen
- Supported languages
- Requirements
- Steps to get started with the BlackBerry Dynamics SDK for Cordova
- Using plug-ins to enable your apps
- Sample apps
- Testing and troubleshooting
- Readying your app for deployment: server setup
- BlackBerry Docs
- BlackBerry Dynamics SDK for Cordova 4.2
- BlackBerry Dynamics SDK for Cordova Development Guide
- Requirements
- Software requirements
- Character encoding for build files: UTF-8
Character encoding for build files: UTF-8
The
BlackBerry Dynamics SDK for Android
needs your build files (such as settings.json) to be in UTF-8 character encoding.Beware of inadvertently using an editor that adds non-UTF-8 characters or headers.
In general, Java does not work with UTF-8-BOM (byte order mark).