Is there an option to read SMS in iOS devices?

245 Views Asked by At

I'm currently developing a budget tracker app in React Native that extracts expenditure information from transactional messages.

I've successfully implemented the message reading functionality on Android using the react-native-get-sms-android package. However, I'm facing challenges in finding a similar solution for iOS as Apple does not allow us to read user messages.

Are there alternative approaches or suggestions to make this functionality work seamlessly on both platforms?

I am using React native to Build my app.

I've investigated various possibilities, but I haven't been able to discover a viable solution so far.

1

There are 1 best solutions below

1
Michael Bahl On

There is an property named textContentType set it’s value to oneTimeCode (OTP).

Further information