- What is the BlackBerry Dynamics SDK?
- BlackBerry Dynamics API reference
- Key features of the BlackBerry Dynamics SDK
- Activation
- Secure storage
- Secure communication
- Shared Services Framework
- Data Leakage Prevention
- User authentication
- Administrative controls
- Advanced security features with BlackBerry Protect Mobile
- Data collection and metrics with BlackBerry Analytics
- Dynamic security response with BlackBerry Persona
- 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
- 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
- Integrating BlackBerry Analytics
- Integrating BlackBerry Persona
- 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 8.0
- BlackBerry Dynamics SDK for iOS Development Guide
- Steps to get started with the BlackBerry Dynamics SDK
- Install the BlackBerry Dynamics SDK for iOS
Install the BlackBerry Dynamics SDK for iOS
BlackBerry Dynamics SDK for iOS
- 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.
- The task below installs the SDK to the default location. To install the SDK to a specific location, untar the.tarpackage into the desired directory and run the following commands for the current working directory:
- cd Good.platform/iOS
- sudo ./install.sh
Adjust the paths in the project.xcconfigfile to point to the FIPS_module folder in the main artifacts directory. - 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-click the.sdk_version.pkg
- Follow the prompts to install the standard or advanced package.If you use the advanced installation, you must install the core SDK. It is recommended that you include the code samples in the installation.
The SDK artifacts are installed in the following default locations:
- The main artifacts are installed in ~/Library/Application Support/BlackBerry/Good.platform/iOS.
- A softlink to the GD.framework directory from the path above is created in /Library/Frameworks.
- The GD.framework directory is copied to the installedXcodefolder so that it is available for alliOSplatforms.
- TheXcodetemplate is in ~/Library/Developer/Xcode/Templates.