I use the following code to clear the account info
[[EvernoteSession sharedSession] logout];
It does clear the auth info in my app.
However, when I try to login with authenticateWithCompletionHandler:,
the safari popup without the login ui, but a auth page instead.
That does confused the user, and there is not even a logout button on the page.
I'm using a sandbox account. Is that the reason?












