Twitter Sign in Failed. Twitter Account /Internet Connection are both Working
Im not sure whats wrong. I had to get rid of the autorelease and initwithzone in the NSData+Base64. Could that be the problem?
I have a couple users encountering the same issue with TwitterLogInErrorNetworkError being triggered, but I am unable to reproduce. This is a tough one to troubleshoot.
Thanks for bringing this to light. I'll take a look tomorrow.
I was able to remotely log the NSError that is occurring:
TwitterLogInErrorNetworkError: Error Domain=NSURLErrorDomain Code=-1012 "The operation couldn’t be completed. (NSURLErrorDomain error -1012.)" UserInfo=0x14dbb150 {NSErrorFailingURLKey=https://api.twitter.com/oauth/access_token, NSErrorFailingURLStringKey=https://api.twitter.com/oauth/access_token, NSUnderlyingError=0x14d872f0 "The operation couldn’t be completed. (kCFErrorDomainCFNetwork error -1012.)"} Critical
Getting the same issue on iPhone 6 IOS8. ( kCFURLErrorUserCancelledAuthentication = -1012)
Just wanted to hop on and say that still getting this issue with iOS 8.2. Any one had any luck with it?