Search code examples
ioscallquickblox

Incoming call not showing name


I have implemeted QuickBlox audio/video call. I have an issue, When a incoming call received it shows a number instead of user name. Please find the attached image. How to replace this with caller user name.

enter image description here


Solution

  • This is not Quickblox functionality, check Apple CallKit Documentation: Identifying Incoming Callers section.

    For example, consider a user who is friends with Jane in a social networking app, but who doesn’t have her phone number in their contacts. The social networking app has a Call Directory app extension, which downloads and adds the phone numbers of all of the user’s friends. Because of this, when the user gets an incoming call from Jane, the system displays something like “(App Name) Caller ID: Jane Appleseed” rather than “Unknown Caller”. To provide identifying information about incoming callers, you use the addIdentificationEntry(withNextSequentialPhoneNumber:label:) method in the implementation of beginRequest(with:).