I am working on a react-native app that gets information about calls made on iOS phones. Previously, this was not possible due to iOS privacy policy but recently I heard that TrueCaller has started doing their work on iOS using Live Caller ID Lookup. I have read some documentation about Live Caller ID Lookup but still don't understand how it works.
Can someone explain to me how Live Caller ID Lookup works and whether I can get call events and call information (caller phone number, ...) on iOS? Thanks everyone for your help.
Apple provides comprehensive documentation on how Live Caller ID works.
It uses several privacy-preserving techniques to ensure that your server:
Apple also provides some sample code