kumakore / kumakore-sdk

Kumakore SDK
http://www.kumakore.com
3 stars 0 forks source link

The second time the app runs it fails signup because the name exists so it tries to signin but I get an error that says code=USER_SIGNIN_NOT_FOUND msg=No user match #34

Closed chbfiv closed 10 years ago

chbfiv commented 10 years ago

In the HelloWorld.cs code, the first time I played, it worked great because it signed me up for an account. The code only signs you up with a username and never sets a password. The next time I launch the app it fails signup because the name exists so it tries to signin but I get an error. I assumed it was because the password is incorrect. I thought I could sign in without a password. Is that incorrect? The signin code is "USER_SIGNIN_NOT_FOUND" and the message is "No user match". What does this mean? The user definitely does exist in the db (colter@TNK.com) and he should have no password, email or Facebook.

Edited to make more sense

chbfiv commented 10 years ago

See updated README "Kumakore startup and shutdown". Mainly, you need to keep the SessiontId from signup and use that for future calls if you don't use load/save (which will keep the SessionId for you). This includes when you close the app, and start it again. If you don't use load/save, then you'll need to keep the SessionId somewhere for use when the app starts up again.