简体   繁体   中英

Customize the iPhone Callkit calling screen for VOIP apps

I'm using the new CallKit framework to receive incoming VOIP calls using the system UI.

Is it possible to add custom information to the system calling screen - for example a photo or extra text / a new UIView?

Or is it possible to build your own calling screen and have that display in the same way?

Thanks

It is possible to customize the incoming caller's name which is shown in CallKit's native incoming call UI by setting the localizedCallerName property of the CXCallUpdate class. And if the user has an entry in their Contacts app relating to the handle specified in the CXCallUpdate's remoteHandle property, then that Contact's photo will be shown if there is one.

If you are interested in additional ways to customize the native CallKit UI I recommend filing an enhancement request using Apple's Bug Reporter system.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM