iForests
Results
2
comments of
iForests
We have the same problem. The workaround we are using now is saving the username and password in SharedPreference, and when `ParseUser.getCurrentUser()` returns null, we log the user in manually:...
@grantland Oh, there're only anonymous users in our app, so I think it's okay in this situation.