HomeDocumentationAPI Reference
Getting StartedAPI ReferenceBug ReportingCrash ReportingAPMHelp Center
These docs are for v8.1. Click to read the latest docs for v12.0.0.

Register Push Token

In order to receive push notifications, registering your token is necessary. You can use this API to register this token.

Replies.didRegisterForRemoteNotifications(withDeviceToken: deviceToken)
[IBGReplies didRegisterForRemoteNotificationsWithDeviceToken:deviceToken];
Replies.setPushNotificationRegistrationToken("PUSH_NOTIFICATION_TOKEN");