Start a new topic
Answered

Email verification

Hi all, 

I have a sign up process and I've checked in Kinvey console `Enforce email verification`. But I receive an error from:

`com.kinvey.java.core.KinveyJsonResponseException: MissingRequestParameter  A required parameter is missing from the request`


It enters in onFailure. 

How can I append the `email` parameter on this creation process? There is no answer in the documentation. 


Please assists,

Thanks


Best Answer
Ilia,

First of all, you will have to create a custom user object (with a value for email property) and you can pass it to following Signup method:
signUp(String username, String password, T user, AbstractClient client, KinveyClientCallback<T> callback)

Also, please take a look at our sample app for Android v3.0.
https://devcenter.kinvey.com/android/samples/android-starter#

Let me know if my suggestion helps otherwise I will have our Android developer look into this issue.



Thanks,
Pranav



 


Answer
Ilia,

First of all, you will have to create a custom user object (with a value for email property) and you can pass it to following Signup method:
signUp(String username, String password, T user, AbstractClient client, KinveyClientCallback<T> callback)

Also, please take a look at our sample app for Android v3.0.
https://devcenter.kinvey.com/android/samples/android-starter#

Let me know if my suggestion helps otherwise I will have our Android developer look into this issue.



Thanks,
Pranav



 

Thank you Pranav,


Now it's clear and works well.


Ilia.

Hi Pranav,


Sample app is very helpful. 


Thank you,

Ilia. 



Ilia,

Glad it is working for you now.

Thanks,
Pranav

 

Login or Signup to post a comment