android - Is the current user object saved even when an app is closed using Parse? -


i using parse end android app , noticed when close app completely, current user same user object parse cloud storage. feature of parse or current user persistent because creating user automatic user?

yes, parse sdk caches user session when signup or create user automatically.

whenever use signup or login methods, user cached on disk. can treat cache session, , automatically assume user logged in. can clear current user logging them out:

refer docs here :

read current user section.


Comments

Popular posts from this blog

node.js - Using Node without global install -

How to access a php class file from PHPFox framework into javascript code written in simple HTML file? -

java - Null response to php query in android, even though php works properly -