davibennun / laravel-push-notification

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

Laravel push notification response code not working #191

Open SumithraRajan opened 6 years ago

SumithraRajan commented 6 years ago

hi, I am sumithra. I am using your package for last year. I got response by using this code foreach ($collection->pushManager as $push) { $response = $push->getAdapter()->getResponse(); } But nowadays, i didn't get any response using this loop. Will you please help me to get message status response

push_response