Sending iOS notification through a php script: 'Unable to set private key file'

后端 未结 7 1655
囚心锁ツ
囚心锁ツ 2021-01-06 00:49

I have used the php script from the well known Ray Wanderlich tutorial to send push notifications during development phase. They were triggered properly after I created the

7条回答
  •  陌清茗
    陌清茗 (楼主)
    2021-01-06 01:08

    I have encountered the same problem, I am using 1234 as passphrase. Instead of writing $passphrase = '1234'; I have written as $passphrase = 1234; and it is working fine

提交回复
热议问题