Question

Topic: Strategy

How Can I Send Mobile Verification Codes With Sms?

Posted by wali.daniyal on 50 Points
I am planning to launch an application and was thinking if I can protect hackers from any mishap.

Been thinking to get verification codes that are sent to mobile numbers. Can anyone help me with this?

Please guide me through how I can use mobile text messages for the sake of verification of my app users?

Thanks in advance!
To continue reading this question and the solution, sign up ... it's free!

RESPONSES

  • Posted by Peter (henna gaijin) on Accepted
    Is this a marketing question, or are you asking about how to code your app so that it could do this?
  • Posted by wali.daniyal on Author
    No Peter, I am actually asking any text message service provider through which I can integrate my application to send verification codes to my existing users. I need to get security for my app users.
  • Posted by maryelbert3 on Accepted
    The SMS API was primarily designed for user-to-user communication and is not well-suited for apps that want to transfer data. Due to the limitations of SMS, you should use The Texting | SMS API (TT) and API networking for sending data messages from a web server to your app on a user device.

Post a Comment