Read SMS from IOS and Android

Hello,

My app sends verification code using SMS.

is there any way to read the SMS message using appium?? both on IOS and Android?

Thank

3 Likes

I have the same question. Using java there is method to do this, but unable to figure out how can I involve appium with this

Maybe this can help you:

Hi,

adb shell input keyevent 3 : command is working in command prompt. How to use this command in Java script?
Please suggest, as I am new to appium.