pushbots/phonegap

"setAlias()" and "unregister();"doesn't work with compiled APK.

Closed this issue · 1 comments

"setAlias()" and "unregister();"doesn't work with compiled APK.

You should use this method instead of unregister:
window.plugins.PushbotsPlugin.toggleNotifications(false);

Regarding setAlias, can you please share a copy of the log once you call setAlias method, also which version of the library do you use?