Apple プッシュ通知サービス: アプリを起動せずに、Apple サーバー経由でアプリ ユーザーにメッセージをプッシュします。
Apple 公式ドキュメント: http://developer.apple.com/library/mac/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/Chapters/ApplePushService.html#//apple_ref/doc/uid/TP40008194-CH100-SW9
標準URI
PEAR の利点: php/lib/php ディレクトリにワンクリックでインストールし、必要にして使用できるため、非常に便利です。
PHP PEAR には Services_Apns 、github には Services_APNS がありますが、どちらも使用できないため、私が開発しました。 インストール手順は次のとおりです。 リーリー
使用手順:1. Apple Developer Backend にログインし、dev または prod 証明書をダウンロードし、pem ファイルにマージします。 iOSアプリにプッシュ権限を追加し、デバイストークンを取得します。参考: http://www.cnblogs.com/gpwzw/archive/2012/03/31/Apple_Push_Notification_Services_Tutorial_Part_1-2.html
2.デモ(参考)
リーリー
出力:リーリー
私の PEAR チャンネル: http://sinkcup.github.io/pear/Services_Apple_PushNotification プロジェクト コード: https://github.com/sinkcup/Services_Apple_PushNotification