You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 4, 2020. It is now read-only.
When the device sucessfully gets a token for GCM, everything works and the alert is shown.
However when the device cannot get the token, the "error" event on the push object is not raised, so no alert is shown.
GCMIntentService.onError() is called, but this method only has a logging statement, so the implementation to delegate the error to the javascript push.error event seems to be missing:
* 'master' of github.com:phonegap/phonegap-plugin-push:
Update README
Update CHANGELOG
Version 1.2.0
Issue phonegap#75: Implement Big Picture Style for Android
Issue phonegap#74: Implement Inbox style for Android
Issue phonegap#67: Pushes being deleted from notification bar when cold start
Issue phonegap#62: "Actionable" Notification Buttons
Issue phonegap#65: On Android, GCMIntentService.onError() doesn't get passed to the JavaScript 'error' event
Group notifications and insert Html format
Hi, this is a follow-up issue to #54.
I'm using the plugin on a android device:
When the device sucessfully gets a token for GCM, everything works and the alert is shown.
However when the device cannot get the token, the "error" event on the push object is not raised, so no alert is shown.
When a error occurs, the android logs show this:
GCMIntentService.onError() is called, but this method only has a logging statement, so the implementation to delegate the error to the javascript push.error event seems to be missing:
Thanks!
The text was updated successfully, but these errors were encountered: