1

As the question says, I'm having a problem when logging out from parse. If I login to another account, the old data is still in the DB. My question is, do I need to clear it manually ? I mean, calling ParseObject.unpinAll() ?

FYI, the app doesn't have the user annonymous enabled. (I think it's disabled by default, right ?)

What approach should I take?

Thanks

Leonardo
  • 3,141
  • 3
  • 31
  • 60

1 Answers1

1

Well it turns out to be the solution I commented on the question, I call ParseObject.unpinAll() and it's good to go.

Thanks

Leonardo
  • 3,141
  • 3
  • 31
  • 60