Enable "Remind Me" and "Message" options in VoIP / CallKit incoming call screen?

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

Post not yet marked as solved Up vote post of srikanthmca Down vote post of srikanthmca
2.2k views

Replies

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.