davibennun / laravel-push-notification

Laravel package to enable sending push notifications to devices
1.23k stars 259 forks source link

Notifications never arrives to the device #172

Open cmarceloo opened 7 years ago

cmarceloo commented 7 years ago

I'm trying to send a notification to my device in development but after the code I didn't receive an error but I don't get the notification. I verified that my token Id and my apiKey are correct so I don't know what's happening

imranalii commented 7 years ago

Same issue with me. I can successfully send notification to IOS but failed on Android.

I get no error but notification never arrives on Android device.

Moreover, I'have checked API key on following URL and its working fine. https://fcm.googleapis.com/fcm/send

Any help please?