php-firebase-cloud-messaging
php-firebase-cloud-messaging copied to clipboard
status received success but not received notification on mobile device
I have followed all the steps, as you suggested in read me file to send 'Send message to device' message. System responded as
"{"multicast_id":3140234907049917302,"success":1,"failure":0,"canonical_ids":0,"results":[{"message_id":"0:1598431478755153%27e9163c27e9163c"}]}"
but i did not receive any notification on my mobile device which device token i set in configuration.
Is message delivered immediately or it takes time as per message queue on server up to 4 weeks by default? Please suggest what is the issue? Thanks.
Me too