voximplant / flutter_callkit

Flutter SDK for CallKit integration to Flutter applications on iOS
MIT License
53 stars 18 forks source link

Caller Identification #13

Closed acamenhas closed 3 years ago

acamenhas commented 3 years ago

First of all, many thanks for your effort in this library!

It's possible to identify the caller number (from landline or mobile number) or CallKit only works for voip applications?

Thank you

VladimirBrejcha commented 3 years ago

Hey @acamenhas ,

That is not clearly said in the docs, however, from my tests - Call Directory works perfect with mobile numbers from incoming calls (any calls, not just your app), but works not that good with voip app calls (some may be not identified or not blocked)

acamenhas commented 3 years ago

Hey @acamenhas ,

That is not clearly said in the docs, however, from my tests - Call Directory works perfect with mobile numbers from incoming calls (any calls, not just your app), but works not that good with voip app calls (some may be not identified or not blocked)

Hi @VladimirBrejcha,

Many thanks for your answer. How can i catch the caller id from this library? Can you give me an hint/little example?

Thank you