Unsubscribing from a Topic
When a user no longer wants to receive push messages, the user can stop receiving the messages by simply unsubscribing the topic.
See the following sample code to see how you can unsubscribe from a topic.
Swift:
-
-
Objective-C:
-
-
Calls the unsubscribeSynchronous:error:
method while passing the target topic.