Hello guys,
I have app which is already live on store. And i have use Push Notificate using APNs certificate. (In backend i have .pem file of APNs certificate)
Now, i want to update new version of app and i have implement VOIP push notification. (In backend i have new .pem file of VOIP certificate)
To send push i have replace APNs certificate with VOIP certificate for new version in backend.
But in old versions apps its stopped receiving Push Notification b'cas i have replace .pem file with new voip.pem file.
Is there any way to keep working push for older version app also ?
Thanks in advance