Questions tagged [twitter-digits]

Digits lets people create an account or sign into your app using nothing but their phone number on iOS and Android. Built using the same global, reliable infrastructure Twitter uses, Digits will verify the user’s phone number with a simple customizable user interface that easily integrates into your app.

Digits lets people create an account or sign into your app using nothing but their phone number on iOS and Android. Built using the same global, reliable infrastructure Twitter uses, Digits will verify the user’s phone number with a simple customizable user interface that easily integrates into your app.

Digits extends your existing user/profile database. A successful Digits account creation will return a stable userID to attach or match with your user record, and an oAuth token for the device. A verified phone number is also returned for convenience, but the user’s number may change at any time and should not be used for authentication.

131 questions
0
votes
2 answers

'AllDevelopmentDebugClassesForMultiDex'. > java.util.zip.ZipException: duplicate entry: retrofit/android/AndroidApacheClient.class

My build.gradle: apply plugin: 'com.android.application' apply plugin: 'io.fabric' buildscript { repositories maven { url 'https://maven.fabric.io/public' } } dependencies { classpath 'io.fabric.tools:gradle:1.+' } } android…
Shubham A.
  • 2,446
  • 4
  • 36
  • 68
0
votes
1 answer

App crash on using Fabric - Cannonball in Swift?

I've got this error when ran CannonBall: app here '[Fabric] Value of Info.plist key "Fabric" must be a NSDictionary.' Appdelegate.swift: func application(application: UIApplication, didFinishLaunchingWithOptions launchOptions: [NSObject :…
rome 웃
  • 1,821
  • 3
  • 15
  • 33
0
votes
1 answer

Twitter Digits method ‘lookupContactMatches’ not returning any matches

I am using Twitter Digits and have 3 iPhones that are authenticating correctly and uploading contact books successfully. However, lookupContactMatchesWithCursor keeps displaying an empty array, despite all 3 phones having each other as contacts. …
Charlie Morris
  • 476
  • 7
  • 14
0
votes
1 answer

Android Fabric Twitter and Digits trouble

i installed Fabric plugin in Android studio. Chose Digits and add some code by suggestions of it. Got this error: java.lang.NullPointerException: Attempt to invoke virtual method 'void…
rtdLTD
  • 3
  • 3
0
votes
1 answer

Fabric digits doesn't send confirmation code once the phone number has been used

if it's a new phone number, everything works fine, however if I repeat the login again with previous phone number, then no confirmation code is sent over even if i change to another phone or even change the app bundle, is anybody else having such…
0
votes
1 answer

Take number of person from AddressBook and compare it to Parse DB

Got caught a problem today. I am using DigitsKit + Parse, DigitsKit for User real-Validation and Parse as useful framework to make easy sinUp, login etc for users and me as well. Here is how it works: Users type their PhoneNumber and Password in…
0
votes
1 answer

How does the SignIn screen get called in Cannonball for iOS?

I'm new to Digits for iOS. I got the authentication part working, and now I'm trying to integrate the sign-in with the rest of my app. One thing that really puzzles me is that in Cannonball, the Initial View Controller is the main screen. However,…
Gerard
  • 638
  • 4
  • 8
  • 19
0
votes
1 answer

Customizing Twitter Digits in ios swift

I want to customize the content of the sms verification sent by twitter digits . I want to customize the title of the sms with the name of my app instead of TA-TWITTR And Can I use twitter digits as sms API for inviting users to use my app ?? Im…
Sri Ram
  • 35
  • 8
0
votes
1 answer

AWS Cognito does not create Twitter/Digit login when called from Swift

So I'm trying to login user to my app using their phone number. For this I've integraed Digit from Twitter's Fabric Kit as well as AWS Cognito. I'm able to authenticate users using digit and successfully getting the session object and can extract…
suv
  • 1,373
  • 1
  • 10
  • 18
-1
votes
1 answer

Unable to send this number a text message

We are using Digits for SMS autenthication, and have started receiving notes from some users that they get an error message "Unable to send this number a text message". (this despite the number being a valid cell phone number) The common denominator…
Harald
  • 1
-1
votes
1 answer

In my Android app, Digits theme not working after upgrading digits (by Twitter's Fabric) to version 2.0.0

[Disclaimer: DEPRECATED - Digits has changed implementation and ownership. The question/answer is outdated] I have been using Digits in my Android production app for few months now without any issues. Recently Digits was upgraded to version 2.0.0. I…
mumayank
  • 1,670
  • 2
  • 21
  • 34
1 2 3
8
9