Upgrading from SDK 3
Upgrading from SDK 3 to SDK 4
Introduction
Although SDK 4 contains important under-the-hood changes, we have intentionally kept the integration very similar to SDK 3.
This means that you can upgrade from 3.x to 4.x with minimal code changes (or quickly roll back to 3.x, should the need arise).
Placement codes used for SDK 3 can be used with SDK 4. No new codes are required.
Upgrading SDK 3.x for Android
- Update
build.gradle
to use the latest SDK 4 version (4.0.8)For more detail, see: First Steps > Dependencies
- For Android Classic, remove any manual scroll switch, if present.
See the v3 docs: Android Classic > Advanced Options > Manual Scroll Switch
Upgrading SDK 3.x for iOS
- Update your project to use the latest SDK 4 version (
<<iosV4Version>>
).For more detail, see: First Steps > Installation Overview
- For iOS Classic, remove any manual scroll switch, if present.
See the v3 docs: iOS Classic > Advanced Options > Manual Scroll Switch
Updated 23 days ago