1. Add the LRAtsSDK to Project

Learn the first step of LiveRamp's iOS Mobile SDK implementation.

To get started with the iOS Mobile SDK, you must first add the LRAtsSDK framework to your project.

Aside from adding the SDK to your project manually, you also have the option to add and install the SDK with CocoaPods or Swift Package Manager (Swift 5.2 and above).

CocoaPods Integration

  1. Make sure you are using the latest version of CocoaPods.
  2. Add the following line to your Podfile:
pod 'LRAtsSDK'
  1. Open Terminal and navigate to the directory where Podfile is located.
  2. Execute pod install to install the LRAtsSDK.

Swift Package Manager integration

  1. In Xcode, go to File > Add Packages.
  2. In Search or Enter Package URL, enter https://github.com/LiveRamp/ats-sdk-ios.
  3. Click Add Package.

Manual Integration

  1. Download the latest version of LRAtsSDK.xcframework here.
  2. Drag LRAtsSDK.xcframework from the LRAtsSDK folder to your Xcode project.
  3. Enable the Copy items if needed checkbox and confirm that your target is checked under Add to targets.
1186
  1. In the Project Navigator, select your project and the target where LRAtsSDK.xcframework was imported.
  2. Click the General tab.
  3. Under Frameworks, Libraries, and Embedded Content, select 'Embed & Sign' for LRAtsSDK.xcframework .
1212

What’s Next

Once the SDK has been added to your project, you must initialize it.