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.
Expected Behaviour
I expect to register with GCM
Actual Behaviour
An error is thrown saying I don't have a value for sender
Reproduce Scenario (including but not limited to)
Try to register with push.init({
"android" : {
"sender": "mysenderid"
}
});
Steps to Reproduce
Platform and Version (eg. Android 5.0 or iOS 9.2.1)
Android 5.0
(Android) What device vendor (e.g. Samsung, HTC, Sony...)
LG ISAI
Cordova CLI version and cordova platform version
Plugin version
Sample Push Data Payload
Sample Code that illustrates the problem
Logs taken while reproducing problem
04-06 15:58:46.653 14162-14201/? V/PushPlugin: execute: action=init
04-06 15:58:46.653 14162-14332/? V/PushPlugin: execute: data=[{"android":{"sender":"MYSENDERID"}}]
04-06 15:58:46.653 14162-14332/? V/PushPlugin: execute: jo={"sender":"MYSENDERID"}
04-06 15:58:46.653 14162-14332/? E/PushPlugin: execute: Got JSON Exception No value for senderID
The text was updated successfully, but these errors were encountered: