dennisreimann / ioctocat

iOctocat v1 - GitHub for iOS (works on the iPhone, iPad, and iPod Touch)
http://ioctocat.com/
1.65k stars 256 forks source link

Can't authorize correctly for the first time app runs #350

Closed zhen9ao closed 11 years ago

zhen9ao commented 11 years ago

Start up the app for the first time, add a new account. After save, it says auth ok, but not navigate back automatically. If I push back button manually, and then click on the account just added, the auth fail will appear.

dennisreimann commented 11 years ago

Have you tested it with the current master? I'm asking because I fixed that in d91e69fde9ac1a0f7ae48027398bee8c0c635d63

zhen9ao commented 11 years ago

Yeah, I test it with the current master branch code

dennisreimann commented 11 years ago

Hmm, that works for me, can you debug this somehow? The last time this failed was because the account.apiClient was not set correctly.

@iosdeveloper cann you reproduce it with the current master?

I just pushed some more account changes, but non of those should be related to this problem.

iosdeveloper commented 11 years ago

Can reproduce the problem if I revoke the app on GitHub and authorize again. I cannot login anymore after that. Same reason?

dennisreimann commented 11 years ago

k, I think I fixed it, dare to reopen it, if it still occurs.