-2
I would like to know how I can authenticate a registration by sending SMS to the user’s mobile number? And which companies provide this service.
-2
I would like to know how I can authenticate a registration by sending SMS to the user’s mobile number? And which companies provide this service.
2
This is very relative, you can do it yourself. Follows a flow:
How can we do this?
Options:
1. You can implement SMS sending on your server.
It will be necessary to use a microcontroller such as Arduin and a GSM+ network module a GSM chip with credits. (In Brazil, you can use carrier plans that work with unlimited SMS for a fixed amount).
Tutorial for sending SMS with Arduino: https://www.arduino.cc/en/Tutorial/GSMExamplesSendSMS
After that, you will have to integrate your Service (Webservice with Arduino), so send the messages to the registered devices.
2. You can integrate your server to use some SMS sending service. ex provided by @Renatotavares with some additions:
- www.bulksms.com
- www.clickatell.com
- www.twilio.com
- http://www.solutionsinfini.com/clients.php
- http://enterprise.smsgupshup.com/
- http://www.vfirst.com/
Link with a tutorial on how to do this you are wanting, hiring some company to send the SMS: http://www.androidhive.info/2015/08/android-adding-sms-verification-like-whatsapp-part-1/
Obs: In both cases, a Webservice will be required for the device to communicate with the server, causing the SMS with the token to be sent.
1
I created a software in python that communicates with 3G modems and send SMS. It was very quiet, I suffered a lot to find a good modem, but the software was easy. But paid companies have:
Browser other questions tagged android sms
You are not signed in. Login or sign up in order to post.