1
這裏是我的代碼,如何獲得laravel推送通知的反饋?
$device_token = "*****";
$message = "Hi This is Test push notification";
PushNotification::app('appNameAndroid')
->to($device_token)
->send($message);
我已經試過這個網址https://github.com/davibennun/laravel-push-notification
Laravel 5.2顯示錯誤 異常'Sly \ NotificationPusher \ Exception \ AdapterException'消息'Gcm adapter has no dedicated「getFeedback」method「 –