【发布时间】:2015-08-20 13:27:22
【问题描述】:
我使用了 APNS Apple Push Service Notification 的代码 消息从我的服务器发送,但没有接收到设备。检查以下网址:
https://indiegirlworld.com/app/license_iphone/sample_push.php
以下是我从上述链接获得的消息:
2015 年 8 月 20 日星期四 15:22:20 +0200 ApnsPHP[315874]:信息:正在尝试 ssl://gateway.sandbox.push.apple.com:2195... 2015 年 8 月 20 日星期四 15:22:21 +0200 ApnsPHP[315874]:信息:已连接到 ssl://gateway.sandbox.push.apple.com:2195。 2015 年 8 月 20 日星期四 15:22:21 +0200 ApnsPHP[315874]:信息:发送消息队列,运行 #1:队列中剩余 1 条消息。 2015 年 8 月 20 日星期四 15:22:21 +0200 ApnsPHP[315874]:状态:发送消息 ID 1 [自定义标识符: Message-Badge-3] (1/3):154 字节。 2015 年 8 月 20 日星期四 15:22:21 +0200 ApnsPHP[315874]:信息:已断开连接。
【问题讨论】:
标签: php ios objective-c