laravel推送通知使用GCM错误

时间:2016-10-24 10:17:26

标签: laravel notifications google-cloud-messaging

使用Android Google GCM 错误是

  

无法在TCP连接上启用加密gcm-http.googleapis.com

$collection = PushNotification::app('appNameAndroid')
    ->to($devices);
$collection->adapter->setAdapterParameters(['sslverifypeer' => false]);
    $collection->send($message);

我使用SSL .. 我不知道什么是错的。

0 个答案:

没有答案