Post

Replies

Boosts

Views

Activity

Reply to AVAudioSession activation failed after emergency alert
I believe this is a bug by Apple engineers, but they never pay for their mistakes
Topic: Media Technologies SubTopic: Audio Tags:
Replies
Boosts
Views
Activity
Dec ’22
Reply to PushKit sometime not returning VoIP token
Make sure PKPushRegistry is called in the main thread and the delegate queue is set to the main thread Make sure that Callkit reportIncomingCall is called in time in the didReceiveIncomingPushWith callback. If it is not called multiple times, it will be blacklisted by the system.
Replies
Boosts
Views
Activity
Oct ’22
Reply to CallKit speaker button not working
demo has been uploaded:https://github.com/matrxcrystal/CallKitDemo
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Sep ’22
Reply to iOS CallKit mute button auto deselect after few seconds
Please implement the CXProviderDelegate protocol and call the action's fulfill method - (void)provider:(CXProvider *)provider performSetMutedCallAction:(CXSetMutedCallAction *)action {   [action fulfill]; }
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Sep ’22