Posts

Post marked as solved
35 Replies
I install the APNS profile in my device and find an interesting thing on Skype. Skype seems use VoIP Pushed to send an incoming call push and send a cancel incoming call push. StartRing <APSCourier: 0x10f006b50>: Received message for enabled topic 'com.skype.skype.voip' onInterface: NonCellular with payload '{ data = { callId = "c598173b-df7d-45d3-a55e-2189e925d3c3"; callerId = "live:ea8284b6bd6f5a73"; convoId = "live:ea8284b6bd6f5a73"; cv = "FAQOTTnKxEu9h3uB.2"; displayName = "*"; eventType = 107; participantId = "a6559d1b-eefb-4f1d-b6a4-d1bd033759a6"; pnhTime = "2020-12-23T03:19:03.1157560Z"; recipientId = "*"; servicePayload = { }; videoCall = false; }; }' with priority 10 for device token: NO StopRing: <APSCourier: 0x10f006b50>: Received message for enabled topic 'com.skype.skype.voip' onInterface: NonCellular with payload '{ data = { callId = "c598173b-df7d-45d3-a55e-2189e925d3c3"; callerMri = "8:live:ea8284b6bd6f5a73"; conversationId = "live:ea8284b6bd6f5a73"; cv = "oqCcnoRdo0KzXnD2.2"; eventType = 110; participantId = "a6559d1b-eefb-4f1d-b6a4-d1bd033759a6"; pnhTime = "2020-12-23T03:19:47.5174961Z"; reason = NoAnswerCallerCancelled; recipientId = "live:rcqa001"; }; }' with priority 10 for device token: NO That's weird. Because it's impossible to report incoming call for the stopring. How can Skype manage to escape the punishment? Do they have the something like "com.apple.developer.pushkit.unrestricted-voip"? Can someone help to answer this? On iOS 13.0 and later, if you fail to report a call to CallKit, the system will terminate your app. Repeatedly failing to report calls may cause the system to stop delivering any more VoIP push notifications to your app. If you want to initiate a VoIP call without using CallKit, register for push notifications using the User Notifications framework instead of PushKit. For more information, see User Notifications.
Post not yet marked as solved
4 Replies
Post marked as solved
35 Replies
The same to me. The callback is not called. But DTS think it's probably our Callkit code blindy do "action.fulfill()".func provider(_ provider: CXProvider, perform action: CXStartCallAction) { action.fulfill() }I change my code, but still have the problem.
Post marked as solved
35 Replies
If I build my App using Xcode10, it works well on iOS13. But if I build it by Xcode11, call failed alert will pop up.I write a simple demo only contain PushKit code. This bug still happens.I submited a feedback on Sep 2, but still didn't get any response.Also I submit a DTS recently and still wait for the solution.Does any other developers experience the same "Call Failed" alert?
Post not yet marked as solved
6 Replies
Yes I have the problem, I submit the Feedback, but don't have response.
Post marked as solved
35 Replies
3) Block-lists/Do Not Disturb...If you absolutely need to do "local" call blocking, then you can report a call and then end it. The call will be briefly visible to the user, but you can also configure the source of the call to communicate what's going on ("Blocked Call...").Is that a good practice?Sound really bad.Two more questions:1.My device receive a native incoming call and the call is stil ringing, then another voip call come in, And I need to report new incoming call according to the 707 session, what will happen? In my test, sometimes callkit screen present a "Call Failed" alert.2. My app support mutiple calls(2 calls), when the 3rd call comes, push server still sends me incoming call push, what should I do, report the call and hang it up?3.And our app also support meetings. And we don't support call and meeting in the same time. So when I'm in call status, meeting comes in, I also need to report it and hang it up. ***???Seriously,"Repeatedly failing to report calls may prevent your app from receiving any more incoming call notifications".This make everything worse.
Post not yet marked as solved
9 Replies
The problem still remains in 13.1Beta.
Post marked as solved
9 Replies
Replied In CarPlay Access
Hi,How can we know the entitlement is granted? Will Apple send confirm email?My Team Agent made the request a couple of weeks ago, he still gets no response now.