added

ATS Mobile SDK (v2.9.0) Has Been Released

See what's new and improved in the latest version ATS Mobile SDK.

Test Mode Depreciation

The test mode functionality is now deprecated and will be fully removed in the future. When initializing the SDK with the value of isTestMode set to true, an alert and depreciation notice will be returned. While test mode remains temporarily available, we recommend to start transitioning away from it.

To test your workflow, contact your LiveRamp representative for test credentials to use in a staging environment.

✨New

  • You can now use LRHashedEmailIdentifier class to specifically handle hashed emails. Previously, the LREmailIdentifier was used to handle both plain text emails and hashed emails. This separation enhances the integration experience allowing clear constructors for providing plain text email versus hashed emails. To learn more, see our documentation for iOS and Android.

🛠Fixed

  • An edge case for iOS due to a race condition when the SDK has not been initialized.

ℹ️

How to Update the SDK

To take advantage of the latest improvements, update your SDK to the latest version:

  • iOS: In Swift Package Manager or Cocoapods, add the latest version of LRAtsSDK package or podfile. If you are running (or intend to run) Google Secure Signal, update LRAatsSDKMediationAdapter instead.
  • Android: Update the version number in your gradle dependency to the latest one.