Closed shunyauads closed 4 years ago
Try this one.
OneSignal::sendNotificationToAll( 'You message', 'player id', null, null, null, array( "en" => "Custom Header Name" ));
OneSignal::sendNotificationToAll( "This is message.", $url = null, $data = null, $buttons = null, $schedule = null, $headings = "Heading is here" );
When using the code below, one signal is sending the notification two times.