Flutter Accengage migration
Migration from Accengage SDK to Airship Flutter plugin.
This guide will help you migrate from the Accengage platform to the Airship platform by installing the Airship-Accengage module. This module allows you to continue sending messages to your entire audience (upgraded, non-upgraded, net new users) through the Accengage platform while upgrading users to the Airship platform. After all or most of your users have updated to the latest version of your app, you can use the Airship platform exclusively for your messaging and remove the Airship-Accengage module.
For more information about the migration, please visit our documentation about Accengage Upgrade.
Setup Instructions
Remove the Accengage SDK.
Add Airship-Accengage module to each supported native platform:
iOS: Add the Accengage podspec to your podfile.
use_frameworks! # Airship SDK target "<Your Target Name>" do ... pod 'Airship/Accengage' ... end
Android: Add the Accengage module to your build.gradle.
// Airship - Accengage implementation "com.urbanairship.android:urbanairship-accengage:$airshipVersion"
Airship provides a data opt-out feature to help customers comply with applicable privacy opt-out laws. For more information, see Data Collection.
Categories