I have tried the Push Notification for my application for development and it’s working fine. When I am generating the .p12 file of production(distribution) it’s getting created. After deployin .pem file on the server it’s throwing and error.
OpenSSL::SSL::SSLError (SSL_connect returned=1 errno=0 state=SSLv3 read server s
ession ticket A: sslv3 alert certificate unknown):” }
Server : RoR(Ruby on Rails)
Any help would be very appreciable.
Note : For the development .p12 it’s working fine. The issue is when I’m deploying distribution .p12. Please suggest what may I be missing.
Thanks and Regards
@Learner
If all other options are not working then you should check how you are exporting your p12 file. You should export the p12 file which is associated with Apple production Certificate, I hope it will work.. as its worked for me !!!