Register Not Working After Second Time Registering in Phonegap
AnsweredI am Toggling the register and unregister to receive the notification in Phonegap App(using pushwoosh plugin 3.4.2). The states are
- Initially The app state is in unregistered, Now I send Push Woosh Notification, Device in consideration is not receiving and all other devices are receiving(which are in registered state) ---- Result::Working Correctly
- Now I registered in the device and got success callback running for register and now I send Push Woosh Notification, Device in consideration is receiving ---- Result::Working Correctly
- Now I un registered in the device and got success callback running for unregister and now I send Push Woosh Notification, Device in consideration is not receiving ---- Result::Working Correctly
- Now I again registered in the device and got success callback running for register and now I send Push Woosh Notification, Device in consideration is not receiving ---- Result:: Not Working Correctly
Could You help me why I got this behaviour even I Got all success callbacks when i register and unregister?. Thanks in advance for any help.
Please sign in to leave a comment.
Comments
2 comments