As of April 12th, you must go to Progress SupportLink to create new support cases or to access existing cases. Please, bookmark the SupportLink URL and use the new portal to contact the support team.
Mark Thien
I followed this page to signup a user http://devcenter.kinvey.com/android/guides/users#signup
using username and password and I got
com.kinvey.java.core.KinveyJsonResponseException: MissingRequestParameter
hence I set username like
mKinveyClient.user().setUsername(username);
mKinveyClient.user().create(email, password, new KinveyUserCallback() {
.......
});
and yet I still got the same error. Anyone got it works please kindly assist me here. Thanks !
Cheers,
Mark Thien