- 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 Face ID
- Support for certificates
- Support for the "Do not require password" setting
- Bypassing the App Lock screen
- BlackBerry Dynamics contributor code on GitHub
- Supported languages
- Requirements
- BlackBerry Dynamics software versions
- Compatibility with earlier releases
- Software requirements
- BlackBerry Dynamics entitlement ID and version
- Requirements: Frameworks and libraries
- Requirement: URL scheme
- Required build-time declarations: URL type
- Using NSURLSystem for KCD
- GDAssets.bundle required in build phase
- Compatibility with the BlackBerry Dynamics Launcher Library
- App UI restrictions
- Supported and unsupported features on iOS
- Link for FIPS in Objective-C or C++
- Steps to get started with the BlackBerry Dynamics SDK
- Programming with the BlackBerry Dynamics SDK and BlackBerry Enterprise Mobility Server services
- Sample apps in Objective-C
- BlackBerry Dynamics and the Swift programming language
- Testing and troubleshooting
- Readying your app for deployment: server setup
- Details of support for client certificates
- BlackBerry Docs
- BlackBerry Dynamics SDK for iOS 5.0
- BlackBerry Dynamics SDK For iOS Development Guide
- Testing and troubleshooting
- Disable compliance settings that check for a compromised OS
Disable compliance settings that check for a compromised OS
Compliance profiles in
BlackBerry UEM
and compliance policies in standalone Good Control
provide the ability to detect when a device OS is jailbroken and to initiate an enforcement action. This feature extends to deployed BlackBerry
Dynamics
apps, compiled with SDK version 5.0 or later, where an active debugging tool is detected. If the detect jailbroken compliance setting is enabled, the BlackBerry Dynamics Runtime
stops a BlackBerry
Dynamics
app if it detects an active debugging tool.If you want to debug one of your
BlackBerry
Dynamics
apps in an environment where a compliance profile or policy is applied, the compliance setting to detect jailbroken devices must be disabled. Alternatively, you can use a non-debug build of your app to test it with the compliance setting enabled.The setting to detect jailbroken devices is disabled by default in
UEM
compliance profiles and enabled by default in standalone Good Control
compliance policies.