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 —
configRegionandconfigEnvironmentare removed from the.initialize()call.Identity—Identityis nowIdentity(externalReferenceID);apiKeyis removed.Identity.clearIdentity()— Nowasync.ImsKmpSdkshould no longer be directly imported
New features
TripDetectionManager.getCrashClient() -> CrashClient?- Facade for crash event listening and user feedback whenCrash Detectionis available in your build.
Last updated