do the following:
I need to resend the SMSs received on an Android device as soon as the SMSs arrives, but send it through email or any other way, but sms.
I'm building a SMS verification system and I need to use several phones to get the sms I get there, to my backend.
No matter how ugly it is, I need to retrieve those SMSs.
What options do you know?
Break it into pieces - Receive sms in background - Send text to email (in background) Both possible, use Flutter
Is flutter able to do that? Last time I asked in another group they told me that was a low level thing only possible with kotlin
Обсуждают сегодня