Closed ruscles closed 8 years ago
Hi Ruscles,
This error occurres when you don't set the GCMSenderId as a parameter to the registerPush method.
var registerOptions = {
GCMSenderId : "Set your GCM Sender Id here as a string value",
APNTypes : [ PushClient.NOTIFICATION_TYPE_BADGE, PushClient.NOTIFICATION_TYPE_ALERT, PushClient.NOTIFICATION_TYPE_SOUND ]
};
PushClient.registerPush(registerOptions);
Regards,
Arley
Hi,
I am able to register and receive push notifications on iOS, but I get the following crash on Android:
I am using SDK 5.1.1 installing on Android 5.0.1 with Google Play Services 8.4.89. Any thoughts on how to troubleshoot this? Thanks!