Success:1 still no notification in android
问题 I am trying to send push notification through GCM but I am getting: { "multicast_id":4793018731783267982, "success":1, "failure":0, "canonical_ids":0, "results": [ { "message_id":"0:1452928098906665%a69ccee8f9fd7ecd" } ] } but still no notification is coming. Here is my code: //index.php code $app->get( '/notify',function () use($app) { $response = array (); $regId="device registration id"; //hard coded $message="hi everyone.this is to notify you" ; $registatoin_ids = array($regId); $message