onesignal
onesignal copied to clipboard
OneSignal notifications channel for Laravel
Hi I am using Laravel 5.8 and v1.0 of this plugin. when I test it out with the code on read me I am getting this error : Call to...
I was having an issue when using include_external_user_ids; The OneSignal API was returning an error: `Platforms You may only send to one delivery channel at a time. Make sure you...
Please merge this PR so we can use this package with Laravel 9: https://github.com/laravel-notification-channels/onesignal/pull/137
It's not applicable for the php8.1 version  .
I did some tests, it doesn't return any error but it doesn't make any attempt to send the notification either.
It would be very useful for tracking confirmed deliveries etc. https://documentation.onesignal.com/reference/view-notification
I want to specify lat lng and radius to send the notification to, is it possible with this package?
Do you plan to implement In-App Messages feature?
Our servers don't have access to internet for security reasons. We usually set Proxy in Guzzle Clients but package doesn't allow us to give proxy address.
Clarify that include_external_user_ids must be a non-empty string array.