Post

Replies

Boosts

Views

Activity

Comment on LiveCommunicationKit: report Incoming but Assertion failure in -[PKPushRegistry _terminateAppIfThereAreUnhandledVoIPPushes]
I follow the method as discussing in this thread. and get through the problem which was boring me for some days. I think you can try just await the "reportNewIncomingConversation" like: try await self.mgr.reportNewIncomingConversation(uuid: self.currentCallId, update: update) instead of run it in a Task. I do in this way and it woks well now.
5d