Login to Realm Server on Android -


i'm pretty new android , jump straight it. question realm try login realm object server , throw out unknown error, following realm task in demo app , it's working fine moving own app, stuck @ login step. set debug @ authenticateresponse result in syncuser , after failed login. below code.

public void login(string username, string password) {         synccredentials mycredentials = synccredentials.usernamepassword(username, password, false);         syncuser.loginasync(mycredentials, realmip, this);  } 

i implemented onsuccess , onerror function. app on ios , mac works fine without trouble first time in android , don't know made mistake. have searched around seems there no answers. sorry if asked stupid question or answered question.


Comments

Popular posts from this blog

php - Autoloader issue not returning Class -

java - How to put two numbers separated by a space into two different arrays -

python - matplotlib equivalent for Ubuntu servers with no GUI? -