Integrate the BlackBerry AppSecure SDK into your iOS app
BlackBerry AppSecure SDK
into your iOS
appIn
Xcode
, you can add the BlackBerry AppSecure SDK
as a dependency using CocoaPods. - InXcode, do the following to integrate theBlackBerry AppSecure SDKinto the project:TaskStepsUse CocoaPods
- Create a pod file (if you don't have one already):cd 'your project directory' pod init
- Add a reference to theBlackBerry AppSecure SDKpod within your pod file:pod 'BlackBerrySecurity'
- Install the pod:pod install