- 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
- Integrating CylancePERSONA
- Sample apps in Objective-C
- Testing and troubleshooting
- Deploying your BlackBerry Dynamics app
- Deploying certificates to BlackBerry Dynamics apps
- BlackBerry Docs
- BlackBerry Dynamics SDK for iOS 11.0
- BlackBerry Dynamics SDK for iOS Development Guide
- Steps to get started with the BlackBerry Dynamics SDK
- Install the BlackBerry Dynamics SDK for iOS static framework
Install the BlackBerry Dynamics SDK for iOS static framework
BlackBerry Dynamics SDK for iOS
static frameworkSupport for the
BlackBerry Dynamics SDK for iOS
static framework is deprecated and will be removed in a future release. BlackBerry
recommends using the SDK dynamic framework. See using the BlackBerry Dynamics SDK dynamic framework for more information.- Visit BlackBerry Developer Downloads to download the SDK package. When you click the link, you are prompted to log in to the Developer site with yourBlackBerry Online Account. If you don’t already have an account, you can register and create one.
- As an alternative to the standard static SDK library, you can use the SDK dynamic framework.
- In themacOSGUI (not a shell), uncompress the SDK package.
- Double-clickBlackBerry_Dynamics_SDK_for_iOS_.<version>.pkg
- Follow the prompts to install the standard or advanced package.If you use the customized installation, you must install the core SDK. It is recommended that you include the code samples in the installation, and that you select the same folder as the core SDK.
The SDK artifacts are installed in the following default locations:
- The main artifacts are installed in ~/Library/Application Support/BlackBerry/Good.platform/iOS.
- For every framework in the Frameworks subfolder, a soft link is created in /Library/Frameworks.
- Every framework in the Frameworks subfolder is copied to theXcodefolder that is currently active (as returned byxcode-select -p).