APNS Push Notifications Not Working on Production

后端 未结 4 1698
伪装坚强ぢ
伪装坚强ぢ 2020-12-10 01:10

I created an App to send remote notifications from a web server. When I tested the App in Development Mode all the notifications arrived correctly on the phone, after the Ap

4条回答
  •  情歌与酒
    2020-12-10 01:43

    I Just came across the same problem. Push Notifications are arriving in Development Mode, not in Production. I also checked everything a few times and was sure that everything was fine.

    But it wasn't. It was the very first step in the process. Creating the csr. I was sure I didn't have to create a csr file for Development and Production and ended up using the same csr file for both certificats. Didn't work...

    Maybe someone in future does the same mistake und saves some time now.

提交回复
热议问题