Can native apps read phone call and sms text logs?

0
We’re in the process of building a native mobile app using Mendix. I know that native apps have some level of access to device level features. I was wondering if a native Mendix app is capable of reading phone call logs/history and-or sms texting history. Appreciate any help Andy
asked
1 answers
0

Hi Andy,

Looks like this isn’t really possible with iOS:

https://stackoverflow.com/questions/33753644/is-there-an-ios-api-for-accessing-call-logs

https://developer.apple.com/forums/thread/108541 

 

For android, it looks like it’s possible. Here’s a RN module that offers reading the Android call log:

https://www.npmjs.com/package/react-native-call-log 

answered