Integrate the BlackBerry AppSecure SDK into your iOS app Skip Navigation

Integrate the
BlackBerry AppSecure SDK
into your
iOS
app

In
Xcode
, you can add the
BlackBerry AppSecure SDK
as a dependency using CocoaPods.
  1. In
    Xcode
    , do the following to integrate the
    BlackBerry AppSecure SDK
    into the project:
    Task
    Steps
    Use CocoaPods
    1. Create a pod file (if you don't have one already):
      cd 'your project directory' pod init
    2. Add a reference to the
      BlackBerry AppSecure SDK
      pod within your pod file:
      pod 'BlackBerrySecurity'
    3. Install the pod:
      pod install