Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android mobile number verification process

I need help from you all in Android mobile number verification process. I have an application, Where the user enters his mobile number. I need to verify that the user has entered his own mobile number and not someone else mobile number in that application. How can i achieve that. Any ideas will be of great help. I am very much confused in how to verify the user input.

looking forward for your replies.

Thanks

like image 229
user1239393 Avatar asked Nov 04 '22 04:11

user1239393


1 Answers

Answer would be very easy. You can try the same logic of Mobile Banking Process. See the Steps,

  • Register Number via web site.
  • Now Send a random number to that Entered Mobile Number.
  • Now comes verification point, create a page that accept the random number sent as sms on that particular Mobile.
  • If both random number are same then that is valid mobile number, else not.
like image 155
Lucifer Avatar answered Nov 09 '22 04:11

Lucifer