How to add contacts custom app account like below screen shot

耗尽温柔 提交于 2019-12-04 19:09:09

Just add the below snippet into your info.Plist to get your app name in list

<key>NSUserActivityTypes</key> <array> <string>INStartAudioCallIntent</string> </array>

Check this link

finally i found the solution , if u add callkit and need to config , then it will added on the list , https://developer.apple.com/library/content/samplecode/Speakerbox/SpeakerboxUsingCallKittocreateaVoIPapp.zip , download the source and run the project , after installation complete open contacts and add social profile, then you will find 'Speakerbox' on the social profile.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!