问题
Is the certificate generated to send push notifications specific to the server, or I can use it on any other server, if I change my server?
Thank you.
回答1:
You can use it in any server. Apple push notification SSL certificate is not specific to any server.
Example: parse.com, xtify.com etc.


回答2:
You can use it on any server -- its the certificate and its corresponding private key that matters, not the IP from which the connection is made.
回答3:
You can use it in any server. Apple push notification SSL certificate is not specific to any server.
https://developer.apple.com/library/archive/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/APNSOverview.html#//apple_ref/doc/uid/TP40008194-CH8-SW1
来源:https://stackoverflow.com/questions/15473610/ios-push-notification-ssl-certificate