Reputation: 1372
I am developing an app in android and it needs to authenticate the user's email validity, but I am lost and don't have any clues on how to confirm if the user have a valid account...
Should I send a confirmation email to the user's email to confirm his validity? If yes how would I implement this?
Should I use a play store service to authenticate his account???
Really I don't know!
I am thinking of embedding or linking the user's playstore account into my app but I heard that it's a nut job, can you recommend an easier or a more convenient way to confirm the user's email?
Upvotes: 0
Views: 32
Reputation: 1725
You can try calling google sign in .
https://developers.google.com/identity/sign-in/android/start
Here you will get the email address from the google account he is signed in his phone.
Upvotes: 0