I'm using Parse in my iOS application and I need to be notified when the user logout and login (so when the [PFUser currentUser] changes as value).
The problem is that "currentUser" is NOT a property but a method so cannot be observed.
Do you know a way to be automatically notified about a user changing?
I tried to search on the Parse doc but I didn't find about any notification fired by the Parse SDK. :(