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");