objective c - Session disappear if using automatic anonymous users -
i'm using next code maintain automatic users app:
[parse setapplicationid:@"xxx" clientkey:@"xxx"]; [pfuser enableautomaticuser]; [[pfuser currentuser] saveinbackground];
after first launch can see new user created , new session , working ok. after couple of additional launches session automatically disappear dashboard , :
"...invalid session token (code: 209, version: 1.7.0)..." error.
if log-out lost user info, not way me. how use automatic users , new parse sessions?
ps. testing on emulator.
Comments
Post a Comment