added

ATS Mobile SDK (v3.1.0) Has Been Released

We have released a new version of the ATS Mobile SDK that comes with the new functionality to clear cached envelope data. See more details below.

✨New: InvalidateCache Method

The InvalidateCache method is now available for iOS and Android versions of LRAtsSDK. This method clears all cached envelope data maintained by the SDK, forcing it to fetch fresh data. This can be useful when you need the SDK to retrieve updated envelopes without performing a full reset.

🚧

Use with Caution

The InvalidateCache method should be used with caution, as frequent cache invalidation may lead to increased network usage due to more frequent envelope fetches.

To learn more about the InvalidateCachemethod, see the following documentation for iOS and Android.

ℹ️

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.