iOS

Summary

  • Bug fixes and improvements.

  • A new Crash Detection Events feature has been added to the SDK, allowing client applications to respond to and submit feedback about potential crash events.

  • Breaking changes in this release affect trip manager shutdown, SDK initialization builders, Identity, clearIdentity, Result, and app misuse integration. Review Breaking Changes below and follow the Migration section.


Breaking changes

  • SDK configuration — configRegion and configEnvironment are removed from the .initialize() call.

  • IdentityIdentity is now Identity(externalReferenceID); apiKey is removed.

  • Identity.clearIdentity() — Now async.

  • ImsKmpSdk should no longer be directly imported


New features

  • TripDetectionManager.getCrashClient() -> CrashClient? - Facade for crash event listening and user feedback when Crash Detection is available in your build.

Last updated