Apple Push Notification Service with PHP Script

后端 未结 6 1628
盖世英雄少女心
盖世英雄少女心 2021-01-03 02:22

I\'m trying so send push notifications ton my iPhone (APNS). I read this post and try to implement it. So all my certificates are good (normaly).

Now I have this php

6条回答
  •  时光取名叫无心
    2021-01-03 02:27

    If you have more than one device and you loop through them I found that you have to create a new stream_context_create for each fwrite to prevent apple from closing the connection for a bad token.

    FYI

提交回复
热议问题