berkayk / laravel-onesignal

OneSignal Push Notifications for Laravel
505 stars 175 forks source link

Sending push notification #184

Open RaedElNABOULSI opened 1 year ago

RaedElNABOULSI commented 1 year ago

I am using this method push-one :

      \OneSignal::sendNotificationToAll(
            "Some Message", 
            $url = null, 
            $data = null, 
            $buttons = null, 
            $schedule = null
        );

But on my account in one signal in push notifications tab it is not appearing, any solution?

chasedouglas commented 6 months ago

@RaedElNABOULSI you need to go to the sidebar in OneSignal account and go down to Delivery > Sent Messages section and you should see all push notifications that have been sent.