Using CocoaPods

CocoaPods is a dependency manager for Objective-C and Swift, which automates and simplifies the process of using 3rd-party libraries in your projects. See the Get Started section for more details.

Podfile

If your project is already using CocoaPods, simply add these lines below in your podfile:

platform :ios, '12.0'

pod 'SENTSDK', '~>x.y.z'

You can obtain the latest version of our iOS SDK from our changelog page.

Run the following command from terminal:

pod install --repo-update

Last updated