Uninstall / Reinstall Tracking
Application push token can be sent from
- Native-side
- From your web application web push implementation
and passed through the init method or setPushToken method.
Continue to Uninstall/Reinstall Tracking in the Android SDK documentation to see how you should get the push token.
info
if you already have implemented the push token fetch push token logic by any means, you can skip that document and just do the following:
Then instead of setting push token on Android sdk, you should send it through query parameter passing similar to GAID. then use init method or setPushToken method on the web sdk instance.