VoIP push with new token authentication?

I can get a new token-based push worker (without the use of certificates) just fine with regular push notifications and using a simple node.js file for the backend.

But I can not get it to work with VoIP push. I tried using the token derived from PushKit - creditials.token, but I always get a 400 error.

I can not find information about this on the Internet. Just a mention of WWDC that token authentication can also be used for VoIP push.

+4
source share
1 answer

http://gobiko.com/blog/token-based-authentication-http2-example-apns/ push- python.

push-, voip push, 400. { "reason": "TopicDisallowed" }. apns-topic. , .voip .

, voip . , , https://www.foraker.com/blog/pushing-data-to-apple-watch-complications-with-pushkit, .complication.

+5

Source: https://habr.com/ru/post/1659160/


All Articles