标签: php iphone notifications push vibrate
我正在尝试在php中实现iPhone的推送通知。我通过以下代码完成了:
$body['aps'] = array( 'alert' => $message, 'badge' => 1, 'sound' => 'default' );
这是发送警报,徽章和声音选项。现在,如何发送振动选项? 请帮我。
答案 0 :(得分:1)
这是不可能的,您无法设置振动手机的通知,请从vibrate in push notification了解更多信息