【发布时间】:2014-11-04 04:13:47
【问题描述】:
我一直在使用 APNS(Apple 推送通知服务)+ PHP、Codeigniter 库从事 iOS 项目。但目前我遇到了一个问题——徽章数量的增加并没有反映在移动设备中。我已经搜索了足够多的谷歌链接,所以不要发送一些链接。我需要一个确切的解决方案,谁能帮助我,因为我的前期时间很短?
send_push_notification($device_token,$message,$badge,$sound='default');
【问题讨论】:
-
你会从这里code.google.com/p/apns-php/wiki/License 得到sloutions。只需将此库集成到 codeigniter 中即可。它可以在 iOS7 和 iOS8 中工作...我们可以轻松使用 Set_badge($badge) 。 $badge count 必须从 DB 获取
标签: php codeigniter push-notification apple-push-notifications apns-php