Reputation: 761
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?
Upvotes: 3
Views: 5634
Reputation: 96
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.
Upvotes: 6