Posts

Post marked as solved
2 Replies
1.5k Views
Hello, guys! We're now developing messaging app.Now we've met the error #1 below;#1Killing VoIP app <private> because it failed to post an incoming call in time.VoIP app <private> failed to post incoming calland we also met this error #2;#2VoIP push for XXXX dropped on the floor". So, we've got 2 questions. Could you help us?1. #1 error that we've met said "because it failed to post an incoming call in time." What does it mean "in time" in detail? We could not find any value of "time" in the Apple's API document. We guess there is some limitation time from "catch the VoIP Push" to "calling reportNewIncomingCall" but it isn't clear. Does anyone know the limitation time?2. We'd think that #2 error shows up when app meets "Call Kit restriction" which the article mentioned, which the link is below.https://developer.apple.com/documentation/pushkit/pkpushregistrydelegate/2875784-pushregistryOur understanding is correct?Any comments are welcome. Thank you for your kindly helping us in advance!
Posted
by dev192.
Last updated
.