Enabling local datastore in Parse by calling enableLocalDatastore before initialization disables user caching

When using Parse in my application, if I enable Local Datastore - [Parse enableLocalDatastore]; - logged in user not getting cached [PFUser currentuser] returns null when I restart my application;

I am using Parse SDK v1.6.1

Has anyone experienced this? and if so, do you have a solution?

+3


source to share





All Articles