4

と の 2 つのファイルがentrust_root_certification_authority.pemありますserver_certificates_bundle_sandbox.pemが、どこに置くべきかわかりません。このエラーが発生します:

Fatal error: Uncaught exception 'ApnsPHP_Exception' with message 'Unable to read certificate file 'server_cerificates_bundle_sandbox.pem'' 
4

1 に答える 1

5

この例にはエラーが含まれています。sample_push.phpのファイル名が間違っています'server_cerificates_bundle_sandbox.pem'、正しい名前は'server_certificates_bundle_sandbox.pem'です。テストの場合のみ、apnsサイトのルートディレクトリにpemファイルを配置できます。同じ問題が発生しましたが、現在は正常に動作しています。

幸運を。

于 2011-11-12T03:31:02.260 に答える