Integrate the BlackBerry Spark SDK into your iOS app
BlackBerry Spark SDK
into your iOS
appIn
Xcode
, you can add the BlackBerry Spark SDK
as a dependency using CocoaPods. - InXcode, do one of the following to integrate theBlackBerry Spark 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 Spark SDKpod within your pod file.pod 'BlackBerrySecurity', :podspec => 'https://software.download.blackberry.com/repository/framework/appsecure/ios/BlackBerrySecurity-latest.podspec'
- Install the pod.pod install