Parse
Parse copied to clipboard
how to unsubscribe from the push service
hi, great work really :)
but is there any method to unsubscribe from the service, because i work on app using remote APIs for parse, and has a user logout method
thanks
You mean unsubscribe from a channel?
I mean if i have application with auth system, when the user logout i need to unSubscribe from the push service
On Friday, August 28, 2015, Douglas Hennrich [email protected] wrote:
You mean unsubscribe from a channel?
— Reply to this email directly or view it on GitHub https://github.com/timanrebel/Parse/issues/33#issuecomment-135821574.
Sent from my iphone
I guess you need to unsubcribe him for all channels of push notification that you have subcribed when he are logged
Parse.subscribeChannel('user_123');
Parse.unsubscribeChannel('user_123');