Xamarin Accengage Migration
Migration from Accengage Xamarin component to Airship Xamarin component.
Setup Instructions
Remove the Accengage Xamarin component.
Set up the Airship Xamarin component:
iOS: Set up the iOS component.
Android: Set up the Android component.
Add Airship-Accengage module to each supported native platform:
iOS: Add
urbanairship.ios.accengage
packageAndroid: Add
urbanairship.android.accengage
packageAirship provides a data opt-out feature to help customers comply with applicable privacy opt-out laws. For more information, see Data Collection.
Remove Airship-Accengage module
After your users have migrated to Airship, you are now ready to remove the Airship-Accengage module from your project.
Remove Airship-Accengage module from each supported native platform:
iOS:
Remove urbanairship.ios.accengage
package
Android:
Remove urbanairship.android.accengage
package
Note that upgrading to Airship Xamarin Plugin 18+ will require removing the Airship-Accengage module.
Categories