I'm developing an app (iOS/Android) with SMS validation. The user receives an SMS with the access code. The app validates the code and if it is valid, enter it. So far no problem, but now my client wants the SMS that is recived to be read automatically by the app (as it does whatsapp).
Has anyone done something similar?
Is there a module that allows me to do this?
I'm working with: Titanium Appcelerator SDK 6.0.4 IPhone / Android
Thanks in advance.
I made this module a while ago to listen to incoming SMS: https://github.com/m1ga/ti.miga.sms.receive
Should still work with the latest TiSDK