0

The app I am currently testing sends an SMS to the phone after answering some questions with a code to enter. Is it possible to check that the SMS has been received on the phone and the contents of the text?

TB14
  • 187
  • 1
  • 15

1 Answers1

0

You can't do it on iOS. For Android it's possible, and you have already some answers about it, such as:

How to read the message content of a new in coming message in android?

or

How can I read SMS messages from the device programmatically in Android?

Witterquick
  • 6,048
  • 3
  • 26
  • 50
  • I am not using Android studio I am using Xamarin UI Test to create the tests. I do not have access to the source code so this is not what I was asking. @Roee84 – TB14 Feb 01 '18 at 08:43