Skip Navigation

Install the 
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 your 
    BlackBerry 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 
    .tar
     package 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 
    .xcconfig
     file to point to the FIPS_module folder in the main artifacts directory.
  1. In the 
    macOS
     GUI (not a shell), uncompress the SDK package.
  2. Double-click the 
    sdk_version
    .pkg
    .
  3. 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 installed 
    Xcode
     folder so that it is available for all 
    iOS
     platforms.
  • The 
    Xcode
     template is in ~/Library/Developer/Xcode/Templates.