If you would like to disable or enable push notifications at runtime, this method would do the trick.
Replies.pushNotificationsEnabled = false
[IBGReplies setPushNotificationsEnabled:NO];
Replies.setPushNotificationState(Feature.State.ENABLED);
Replies.setPushNotificationState(Feature.State.DISABLED)
Replies.setPushNotificationsEnabled(false);