adjust-icon

Send push tokens

Push notifications enable you to deliver personalized content to your users. You can use deep links to direct users to specific pages in your app, and measure reattributions.

Reference

The AdjustConfig contains a string pushToken property that you can use to store your push token. To update this property, call the setPushToken method.

The setPushToken method requires the following arguments:

pushToken: String

The device's push token.

Adjust.setPushToken("PushNotificationsToken");

Tutorial: Send a push token