Reputation: 6176
where can we find the cache or folder where the PFUser currentUser
is stored after a user has signed up? I tried Preferences > Locations > ...click on DerivedData
, but I could not find it. Also, is it saved in the NSDocument directory on the device? I don't know how to check for these informations, thanks.
Upvotes: 0
Views: 65
Reputation: 9913
The current PFUser
is stored in the Library/Private Documents/Parse/currentUser
file on the device.
Where does Parse store user session
Upvotes: 0
Reputation: 4016
I think you need to ask the iOS developers in Parse to know this information. If they want you to know where it's stored. Then, what's the good to hide the implementation? Why don't they just show us the open source code? If you still want to find that out, you probably just need to try every possible means. Or do you have any other more specific problems?
Upvotes: 1