Search This Blog

Friday, July 18, 2014

Android Parse - how to unregistered from push service

The service automatically shuts down if it does not understand how to route pushes.
 If you call PushService.unsubscribe for all the channels for which you called PushService.subscribe. If you called PushService.setDefaultCallback, call it again passing null as the class.

No comments: