Skip to content

Migration Guide 3.21

Migration SDK from Old Versions

This section provides a detailed description of API changes introduced or removed in recent SDK upgrades.
We strongly recommend reading this documentation when upgrading the SDK version to understand the differences and update your API calls accordingly.

Migration to Version 3.21.0

Raised the minimum supported iOS version to iOS 15.0.

The iOS SDK now requires iOS 15.0 or later. Update your app deployment target and Podfile platform before upgrading.

1
platform :ios, '15.0'