How does truecaller manage call history in ios app as Apple does not have api?

I considered one of the questions related to the thread, in that I get below answer. First of all, Apple does not officially provide a public API for accessing the call log. This means that you can hack everything you want to access the call log (using private APIs), but when you submit the application to Apple, you are sure that it will be rejected.

Regarding the application you mentioned (quickRemainder)

It gets call log using cvs file or text file. It does not accept information through a calllog db device.

Retrieve the application description.

You can import text or cvs files containing phone calls into this application. TrueCaller does not receive the call log, it simply uses the application to search for contacts and update contacts with the information they received. They do not read canons

now my question is regarding this answer

TrueCaller uses the application to search for contacts and update contacts, but if anyone has an idea about this, please help me. Which application TrueCaller uses for search and updates, on the basis of which it searches for incoming, outgoing, missed and dialing calls.

I want to get more details for managing call history in an iOS application without rejecting an Apple developer.

Any help would be appreciated.

+5
source share

Source: https://habr.com/ru/post/1258119/


All Articles