Hi there, I’m trying to log in my app users via Twitter. In simulator I’m able to log in (and request user email address) but when I try in a physical device I got:
Optional(Error Domain=TwitterAPIErrorDomain Code=89 "Request failed: unauthorized (401)" UserInfo={NSLocalizedFailureReason=Twitter API error : Invalid or expired token. (code 89), NSLocalizedDescription=Request failed: unauthorized (401), NSErrorFailingURLKey=https://api.twitter.com/1.1/account/verify_credentials.json?include_email=true&skip_status=true, TWTRNetworkingStatusCode=401})
Ps. I already request for Fabric permissions.
Using Xcode 8.1 and trying with iOS 10.1.0
Please, can anybody helpme?