Set up uninstall tracking
Application push token can be sent from:
- Native-side
- From your web application web push implementation
Pass the token through initSdk or setPushToken on the Web SDK.
Continue to Set up uninstall tracking in the Android SDK documentation to see how you should get the push token.
info
If you already fetch the push token by any means, you can skip that document and follow the TWA-specific steps below.
Instead of setting the push token on the Android SDK, send it through query parameter passing similar to gps_adid. Then use initSdk or setPushToken on the Web SDK instance.