Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Do I need APNS certificate as well as VOIP certificate?

Our application is already registered for APNS. Since we are going to implement PushKit, we have created VOIP certificate too. Is it really necessary? Can't we just use the APNS certificate for VOIP push?

Since there are two certificates now, I have to maintain two tokens. One is used to send normal push, and the other one to send VOIP push.

Can't we simply use one token/certificate for both purposes?

like image 554
Mohamed yaseen Avatar asked Oct 11 '25 19:10

Mohamed yaseen


1 Answers

Actually you can use one universal certificate for your voip push and normal push. When you send a normal push, use normal topic and normal token, which is generally your bundle identifier

com.company.appname

When you send a voip push, use voip topic and your pushkit token, which is

com.company.appname.voip

See links in Apple

like image 194
Ray Avatar answered Oct 14 '25 09:10

Ray



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!