Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to read call logs or call history in react native ios device?

I was trying to read call logs from android and ios both, for android I was able to get the call logs using https://www.npmjs.com/package/react-native-call-log but for ios I am unable to do because it is only available for Android.

I have tried searching for the solution everywhere but there is no library created for ios. I also found an answer on StackOverflow where someone created his own library using java and bind it. I don't know java, Is there any way I can read ios call logs using javascript?

like image 333
Farhan Avatar asked Nov 23 '25 12:11

Farhan


1 Answers

You can only get state of Call like incoming and outgoing. But you can’t get call log because of the Security concern. Apple don’t allow to access its application to third party app like call log and messages.

like image 86
Vinay Patel Avatar answered Nov 25 '25 04:11

Vinay Patel