Hey i'm on symfony4, i tried to use ExpoNotifications Bundle (Version 1.2) like this:
$notificationManager = $this->container->get("sc_expo_notifications.notification_manager");
$title = "toto";
$message = "toto";
$token = "3h-JyAFpUIunyzV_Jik5zI";
$httpResponse = $notificationManager->sendNotification(
$message,
$token,
$title
);
and I got this error.
Error creating resource: [message] fopen(): Filename cannot be empty
[file] /vagrant/tell-my-city/vendor/guzzlehttp/guzzle/src/Handler/StreamHandler.php
[line] 323
it seems that the uri expected in gruzzle is empty.
Is it normal ?
Thanks !
Hey i'm on symfony4, i tried to use ExpoNotifications Bundle (Version 1.2) like this:
and I got this error.
it seems that the uri expected in gruzzle is empty.
Is it normal ?
Thanks !