使用davibennun / laravel-push-notification进行无声推送通知

时间:2017-04-15 06:55:45

标签: ios laravel notifications apple-push-notifications silentpush

我尝试使用davibennun/laravel-push-notification向iOS发送静音推送通知。我只是想知道在哪里添加'content-available' => 1。 这是我的代码:

$notification = PushNotification::Message(
            'Message.',
            array(
            'content-available' => 1,
                'custom' => array('custom data' => array(
                    'customKey'=> 'customValue',
                    'abc' => '',
            ))
        ));

0 个答案:

没有答案