小编P.B*_*jee的帖子

Onesignal 徽章计数增量不起作用

在 Onesignal api 中,我在字段数组中添加了 isIos => true,ios_badgeType => Increase,ios_badgeCount => 1,content_available => true 。但徽章计数始终保持为 1,不会随着多条消息而增加。

这是我的有效负载详细信息:$fields = array( 'app_id' => "xxxxxx", 'included_segments' => array('All'), 'data' => array( "notification_type" => "update" ), 'contents' => $content, 'subtitle' => $subtitle, 'headings' => $heading, 'isIos' => true, 'ios_badgeType' => "Increase", 'ios_badgeCount' => 1, 'content_available' => true );

php cakephp ios swift onesignal

7
推荐指数
1
解决办法
7649
查看次数

2
推荐指数
1
解决办法
1002
查看次数

标签 统计

cakephp ×1

ios ×1

magento ×1

magento2 ×1

magento2.1 ×1

onesignal ×1

php ×1

swift ×1