i have been doing a lot of research these couple of days and i have not found a good solution to this problem. You see i'm trying to add a feature to my project, that would enable users to send an SMS using the native SMS app. The SMS would be something like check 1001 i would then parse the message for the code and search the database for that id, if the id was found it would send back an SMS to the emulator user found otherwise user not found.
These are the links that i've read. send and receive sms using android emulator then sending sms messages in android also this send message to Wailon server .This does not seem to be a typical server.
The closest i have been to a solution is Envaya sms , but after installing and trying it out, i bumped into a problem reading through their documentation i realized it's more than 5 years old and is no longer maintained. This is obviously not an ideal start.
Is it possiblie to do this on the emulator. I'm using Android Studio by the way.
Edit: To summarize.
- I have a laravel website im developing on localhost:8000/
- I am running an android emulator via android studio in my linux machine.
- Would like to open the emulator and send an sms that would get to the website at localhost.
- After processing
- Send back a message from the website at localhost to the emulator to be received as an sms.