solvecrew / ExpoNotificationsBundle

Symfony bundle to handle the BE parts of the push notifications from the expo react-native framework.
MIT License
20 stars 17 forks source link

Service "sc_expo_notifications.notification_manager" not found #23

Closed Systemcheck closed 5 years ago

Systemcheck commented 5 years ago

As Title says i cant access notification_manager. i call how in Doc described with: $notificationManager = $this->get('sc_expo_notifications.notification_manager');

First i filled the config.yaml, later i removed all. Both the same error. Symfony 4.2 Whats the problem there? the install was without errors. screen

FloDev974 commented 5 years ago

Hi try this $notificationManager = $this->container->get('sc_expo_notifications.notification_manager'); is work for me on Symfony 4.1

Systemcheck commented 5 years ago

same Issue. Service is not available. I removed the bundle now and send Notifications with curl. thx.