ios - Parse: Caught "NSInternalInconsistencyException" -
i'm new parse , need help. have created user not passing through. keep getting following error:
2016-01-05 16:42:13.306 twitterlike[5850:867865] [error]: caught "nsinternalinconsistencyexception" reason "user cannot saved unless signed up. call signup first.":
can me understand how solve?
to sign user in parse.com
pfuser *newuser = [pfuser user]; newuser.username = username; newuser.password = password; newuser.email = email; [newuser signupinbackgroundwithblock:^(bool succeeded, nserror *error){ if (error) { } else { }
Comments
Post a Comment