3

我一直在使用 APNS(Apple 推送通知服务)+ PHP,Codeigniter 库从事 iOS 项目。但目前我遇到了一个问题——徽章数量的增加并没有反映在移动设备中。我已经搜索了足够多的谷歌链接,所以不要发送一些链接。我需要一个确切的解决方案,谁能帮助我,因为我的前期时间很短?

send_push_notification($device_token,$message,$badge,$sound='default'); 
4

1 回答 1

1

你会从这里得到 sloutions https://code.google.com/p/apns-php/wiki/License。只需将此库集成到 codeigniter .. Badge Counter 将在 iOS7 和 iOS8 中工作......我们可以轻松使用 Set_badge($badge) 。$badge count 必须从 DB 获取

于 2014-11-07T14:39:23.413 回答