Cosmin
Cosmin

Reputation: 2908

iOS Push Notification SSL Certificate

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.

Upvotes: 2

Views: 523

Answers (3)

Arun  chauhan
Arun chauhan

Reputation: 1

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

Upvotes: 0

Chaitanya Gupta
Chaitanya Gupta

Reputation: 4053

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.

Upvotes: 1

Guru
Guru

Reputation: 22042

You can use it in any server. Apple push notification SSL certificate is not specific to any server.

Example: parse.com, xtify.com etc.

enter image description here

enter image description here

Upvotes: 3

Related Questions