Questions tagged [fabric-digits]

Twitter Fabric platform helps to implement seamless user experience with minimal code.

24 questions
0
votes
1 answer

Is it possible to customize google fabric's/digits login popup?

I know it's possible to embed widget of digits using this link This one will be shown on my page inside the div with class=my-digits-container But is it possible to customize the popup which appears by using Digits.logIn?
Amol Chakane
  • 1,501
  • 2
  • 21
  • 43
0
votes
0 answers

How to implements fabric find friends

how to implements fabric find fiends i have successfully implemented uploading contacts and i got uploaded contacts numbers too .but i m unable to implement find friends and that's why i got nothing match contacts (where as i have registered users…
user7353543
0
votes
1 answer

Whoops, looks like we hit a network issue. Let's try that again? [99]

I used these code for sms verification using fabric digits in xcode 8.2.1 in swift3. let authButton = DGTAuthenticateButton(authenticationCompletion: { (session, error) in if (session != nil) { let message = "Phone…
Nanthakumaran
  • 65
  • 1
  • 8
0
votes
1 answer

Auth button is not visible in Fabric Digits Integration

Hi I'm new to swift and currently I'm working on a project which was done before in swift 2.3 for both iPad and iPhone. My requirement is to use fabric digits framework as to sign up using the mobile number.I did everything as it is in the…
danu
  • 1,079
  • 5
  • 16
  • 48
0
votes
1 answer

Digit signed out when rebuild/relaunch and Error -34018 in Xcode 8

I got error -34018 in AppDelegate when checking the Digits.sharedInstance().session() is nill or not. Application is not crashing, it just shows this error on Output. I used Digit.session() to identify whether the user sign in or not. So after a…
Mudith Chathuranga Silva
  • 7,253
  • 2
  • 50
  • 58
0
votes
0 answers

How to display the Contacts name using Digits-FindFriends?

I am using Digits by Twitter for mobile number authentication by sending OTPs. I need to display a list of user's contacts who have registered for my app like they do in WhatsApp by their contact names. Till now after following the docs of Digits…
S.Sathya Priya
  • 470
  • 1
  • 5
  • 19
0
votes
0 answers

When Adding Fabric it Show " C:\Program Files\Java\jdk1.8.0_74\bin\java.exe'' finished with non-zero exit value 2" Error

I got Error like Error:Execution failed for task ':app:transformClassesWithDexForDebug'. com.android.build.api.transform.TransformException: com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: Process…
Ajay Mistry
  • 951
  • 1
  • 14
  • 30
-2
votes
1 answer

Use fabrics Digits to verify mobile number

Can I use fabrics Digits just to verify my app's users mobile number?I don't need to sign in user based on that. Is there any sample app code available ?
sreejith v s
  • 1,334
  • 10
  • 17
-6
votes
2 answers

Automate Reading the SMS Pin not work in digits android

in android app basic functions work fine, but the "Automate reading the SMS pin" function noted in the document is not working. fabric-digits
Vishnu V S
  • 355
  • 1
  • 10
1
2