- 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
- Integrating optional features
- Preventing password autofill in the app UI
- Enforcing local compliance actions
- Adding custom policies for your app to the UEM management console
- Add a watermark to the screens in a BlackBerry Dynamics app
- Allow unencrypted data to be copied to the pasteboard
- Replace the default splash screen for inactive apps
- Prompt the user to update a BlackBerry Dynamics app
- Adding a custom logo and colors with the branding API
- Using zero sign-on for SaaS services through BlackBerry Enterprise Identity
- Integrating BlackBerry Enterprise Mobility Server services
- Enabling microphone and camera support with WebRTC
- Integrating BlackBerry Analytics
- Sample apps
- Testing and troubleshooting
- Deploying your BlackBerry Dynamics app
- Deploying certificates to BlackBerry Dynamics apps
- BlackBerry Docs
- BlackBerry Dynamics SDK for iOS 11.1
- BlackBerry Dynamics SDK for iOS Development Guide
- Requirements and support for platform-specific features
- Using an entitlement ID and version to uniquely identify a BlackBerry Dynamics app
Using an entitlement ID and version to uniquely identify a BlackBerry
Dynamics app
BlackBerry
Dynamics
appBlackBerry
Dynamics
apps are uniquely identified by a BlackBerry
Dynamics
entitlement ID (GDApplicationID) and entitlement version (GDApplicationVersion). The entitlement ID and entitlement version are used to manage end-user entitlement in the management console. The values are also used for app publishing and service provider registration.These values are specified in the assets/settings.json file for
Android
or in the Info.plist file for iOS
.You must define both the entitlement ID and the entitlement version for all of your
BlackBerry
Dynamics
apps, regardless of whether you use the Shared Services Framework. The same entitlement ID must be used to represent the app across all platforms.For more information about setting and checking the entitlement ID and version, the proper format to use for these values, and other requirements and considerations:
- See the GDAndroid Class reference in the BlackBerry Dynamics SDK for Android API Reference, especially these sections:
- Identification
- Indirect Authorization Initiation
- void authorize (GDAppEventListener eventListener ) throws GDInitializationError
- See the GDiOS Class reference in the BlackBerry Dynamics SDK for iOS API Reference, especially these sections:
- Identification
- Authorization
- - (void) authorize: (id< GDiOSDelegate > _Nonnull) delegate