Migration Guide
Overview
This page provides a summary of breaking changes in SDK that require developer to update the implementation. It’s recommended to read Supported Platforms and Release Notes pages for the corresponding platform prior to upgrade, and follow the upgrade method below.
Recommended upgrade method
- Locate the section that matches the current version of SDK you are using after the word
From
. - Update SDK to version specified after the word
to
, and perform steps listed in the same section. Compile and ensure the application is functional. - Repeat the steps 1 and 2 until you reach the latest version.