Android - PushBots:卸载后取消注册设备

时间:2013-11-18 21:37:15

标签: android notifications push

我正在为我的应用程序使用PushBots,并注意到当我卸载应用程序时,设备仍然已注册(在PushBots站点上)。

我已经在4台设备上安装了该应用程序,并在其中3台设备上卸载了该应用程序。 但Pushbots网站表示仍有4台设备。

卸载我的应用程序后,是否可以从PushBots取消注册设备?

1 个答案:

答案 0 :(得分:2)

你去吧

Pushbots.getInstance().setRegStatus(false);
Pushbots.getInstance().unregister(context);

https://pushbots.com/developer/gcm#g6