How to log in with numbers A user from the Twitter set in Objective-C

I am using Digits User from Twitter in an iOS app.

but now i get the following error.

Guest Authentication Error:

Domain Error = TwitterAPIErrorDomain Code = 200 "Request Error: Denied (403)" UserInfo = 0x7fccca7e1850 {NSErrorFailingURLKey = https://api.twitter.com/1.1/guest/activate.json , NSLocalizedDescription = Request failed: Denied (403) , NSLocalizedFailureReason = Twitter API Error: Forbidden. (code 200)} [Twitter] Your application cannot be enabled for guest authentication. please contact support@fabric.io to update your customer key. Digit error: Domain error = TwitterAPIErrorDomain Code = 215 "Request error: bad request (400)" UserInfo = 0x7fccca6eede0 {NSErrorFailingURLKey = https://api.twitter.com/1.1/device/register.json , NSLocalizedDescription = Request failed: invalid request (400), NSLocalizedFailureReason = Twitter API error: Bad Authentication data. (code 215)}

Please help me

Thanks.

0
ios objective-c twitter fabric-twitter
source share
2 answers

I had a similar problem. You must use keys created by Fabric. Go to the Fabric toolbar -> Digits

Use these keys in your application.

0
source share

I had this error on only one device. Testing the same application on another device with the same iOS version and simulator did not receive any error.

Removing the application and installing it again was the solution.

0
source share

All Articles