Reputation: 346
Hi I have successfully integrated Push Kit and call Kit and was working earlier with no code change in recent times, Voip Certs got expired and i created new using developer.apple.com
Voip Push aren't received in the App and after creating the certificate it shows in the keychain as below:
Thing i have verified:
Tried creating PEM and using that to send notification i get error as "DeviceTokenNotForTopic" using a software of macOS to test Voip.
Update 1: Fixed trust issue with reference: https://stackoverflow.com/a/71216752/8030868
Can Someone please help what is the issue?
Upvotes: 0
Views: 1091
Reputation: 39
I am facing similar issue, and when I appended "voip" to the app bundle (e.g., bundleID.voip), the server-side error changed from 500 to 200, indicating success. However, I am still not receiving the VOIP push notifications in my app.
Upvotes: 0
Reputation: 346
Solution was apps_topic mismatch in certificate .voip was there but while using external apps it was just bundle id so, solution was BundleID+.voip
Upvotes: 3