Post

Replies

Boosts

Views

Activity

CallKit terminating app after several calls
Hi, I am struggling getting callkit/pushkit working reliably. After receiving multiple calls while app is in background and I reject them, eventually the app crashes due to SIGTERM with the code 0xbaadca11 (means CallKit is killing the app due to no notification of incoming call). I am notifying CallKit of incoming calls and calling the proper completions. After 2 app crashes, the app no longer receives calls until it is deleted and reinstalled. Below I have attached my test app with all the code placed in the app delegate. What is causing this problem? Thanks App Delegate with all code - https://developer.apple.com/forums/content/attachment/30497dd2-025a-4195-89c3-ac599df7a790
1
0
1.4k
Mar ’21
Recording audio in keyboard extension
How can I record audio in a keyboard extension? I've enabled microphone support by enabling "RequestsOpenAccess". When I try to record, I get the error below in the console. This doesn't make sense as Apple's docs seem to say that microphone access is allowed with Full Keyboard Access. What is the point of enabling the microphone if the app cannot access the data from the microphone? -CMSUtilities- CMSUtility_IsAllowedToStartRecording: Client sid:0x2205e, XXXXX(17965), 'prim' with PID 17965 was NOT allowed to start recording because it is an extension and doesn't have entitlements to record audio.
0
0
662
Dec ’23