I’m authenticating the user with the mobile number using texting component. It works perfectly, if the correct number is given. Otherwise, Texting.MessageReceived is not triggered. this also works.
But I also want to check the condition -
if Texting.MessageReceived is not triggered,
send a message that the user has not entered the device phone number. Is this possible?
Besides the work with the phone component, you also
will need a little TinyDB work to check for a tag added
only after authentication has succeeded, to avoid having
to re-authenticate over and over from the same phone.
I can’t see the screen name you are starting in your blocks,
because you did not do a right click Download Blocks Image on a blank spot,
to get a complete image. Screen handling is tricky, and I avoid it,
using easier Arrangement hiding.
I don’t have a clear idea of your authentication timing, either.
Is this app meant to work with multiple friends sending your app texts,
and you want to whitelist the incoming text phone numbers
against a stored phoneNumber/Name list?