【发布时间】:2015-09-02 16:40:03
【问题描述】:
我正在使用 parse.com PHP API 发送推送通知。
我想获取收到通知的设备数量。我怎样才能得到这个号码?
这是我的代码:
ParsePush::send(array(
"where" => $queryAndroid,
"data" => array(
"title" => "the title",
"alert" => "The alert",
"badge" => "Increment"
)
));
【问题讨论】:
标签: php parse-platform push