I have a VoIP application in iOS. Now, I want to integrate CallKit
Framework to this application, but my existing code is in Objective-C
language. I have searched few forums, but all of them are in Swift
language.
Could anyone tell me how to write code in Objective-C
for CallKit
api integration ?
Thanks.