Home > other >  Application problem in user authentication and activation
Application problem in user authentication and activation

Time:07-31

I am a self-taught and novice programmer who just started programming and programming Android with Java. I am learning by creating a job search program for myself. I found that on the registration page I receive a phone number from the user and send him an activation code. The number entered during registration should be entered into the program. Now the issue is that about 40% of the users who register, when they enter their phone number, instead of going to the page to enter the activation code, they go directly to the login activity of the program and the entire process. The activation doesn't happen for them and when I trace the program, no error happens so that I can understand what the problem is. Can anyone guide me in this matter?

CodePudding user response:

No one will be able to help you unless you provide some code. We cannot just help you by assuming how you have coded your app. Please provide some code while asking a question.

CodePudding user response:

  1. Like @Arsh Sethi said , Provide Code Or sth To Work With !
  2. I think your problem is POOR UI design! , when you say users go some where , it's because you LET them! , MAKE them go to otp verification page!
  • Related