Hi,
I'm developing an application which uses CallKit to initiate incoming calls. I want to add "Remind Me" and "Message" options and handle the functionlities.
Can you please help me out on this.
Thank you,
Srikanth
Hi,
I'm developing an application which uses CallKit to initiate incoming calls. I want to add "Remind Me" and "Message" options and handle the functionlities.
Can you please help me out on this.
Thank you,
Srikanth
How did you disabled them from callkit?
My app has the capabilities for Background modes "Voice over IP", "Inter-App Audio" with NSUserActivityTypes "INStartAudioCallIntent" and I am able to see the Remind me and Message button.
If I add the NSUserActivityTypes for "INSendMessageIntent", I see a new default message as "Custom..." when selecting "Message" button, but I have not been able to remove the buttons which now I am trying to get.
I added INSendMessageIntent but message button not showing.
Use this below code if you don't want to show remind me and message icon
let callUpdate = CXCallUpdate()
callUpdate.remoteHandle = CXHandle(type: .phoneNumber, value: "number")
How do we handle when use click on custom or default text message, without triggering CXEndCallAction