Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Push notification stop working on my live app

I have used push notification in one of my app which is live on appstore and google play market both. It was working fine before some days on both type of devices iPhone and android. But now its working only on android devices . On iPhone Devices push notification is not receiving. We can still send from iPhone to andriod but not able to receive on iPhone.Its working on android to android too.

Just Want to know that does this happen due to any of recent release of ios versions or anything bad happend on server ? Web services code is in Ruby on rails. Please suggest what should I check to fix the problem?

Please help me.

like image 269
riyaz Avatar asked Jan 14 '23 04:01

riyaz


1 Answers

I think it is not a problem related to your Server or recent release of ios versions. It might be the problem with the certificate as mentioned by Eran. The Apple Push Notification Service (APNS) certificate, lasts for one year and must be renewed annually. You can create a new certificate or renew your older certificate.

like image 153
Abi Avatar answered Jan 29 '23 14:01

Abi