Twitter Fabric platform helps to implement seamless user experience with minimal code.
Questions tagged [fabric-digits]
24 questions
3
votes
2 answers
Fabric digit getting crash in callback after verification
I have added Fabric Digit kit for verifying mobile number. Mobile number is getting verified successfully, but when I click verify button app gets crashed and when I reopen the app, digit session is created successfully, I have used Digit in many…

Arth Tilva
- 2,496
- 22
- 40
2
votes
3 answers
Transforming Classes With Jar, Merging For Debug duplicate entry
This is a screenshot from the duplicated classesWhen I started integrating Digits I had to upgrade Crashlytics after upgrading every time I build the app on pre-Marshmallow Devices I got build Error This one
Error:Execution failed for task…

Mo Hajr
- 1,253
- 1
- 15
- 31
2
votes
1 answer
User management with Digits (Fabric iOS)
This is kinda open ended question. Just wanted to get some comments / views / pointers on my situation. Before I start with my question I would like to disclose that I have never worked on backend before.
I am trying to build backend for an iOS app…

slonkar
- 4,055
- 8
- 39
- 63
2
votes
1 answer
Integrate Fabric Android app With iOS App in Digit
When Integrating two apps it's essential to add Digit Key and secret key. In swift there is a function to do this like :-
// Swift
Digits.sharedInstance().startWithConsumerKey("your_key", consumerSecret: "your_secret")
So I searched in the…

Sadheera Kaushalya
- 23
- 3
2
votes
2 answers
android.view.InflateException , Integerating digits via fabric plugin
when I run digits as a single module.. it runs fine. but when am integerating it with my main project its giving inflateException.
what might be the cause of this exception.
I get this exception when I click on the "use my phone no" (button)
CLICK…

lol
- 47
- 9
1
vote
1 answer
Digits.sharedInstance() crashing on devices
I integrated Digits by Fabric a while ago in my iOS project to authenticate users by phone numbers and it was all working fine until recently when my app started crashing due to following line of code where we initialize Digits in our…

Adeel Ramzan
- 41
- 5
1
vote
1 answer
How to migrate twitter-digits web SDK to Firebase?
We are using Digits Web SDK for our WordPress website.
Once we get the mobile confirmation from digits we are sending X-oAuth echo headers to our own auth server, which then does the next processing and returns our custom JWT.
Recently we got the…

Amol Chakane
- 1,501
- 2
- 21
- 43
1
vote
1 answer
How to remove button "use my phone number"?
I use Twitter-Digits library. How to immediately go to the number input, without pressing this button in Fragment. I tried this option
AuthConfig.Builder builder = new AuthConfig.Builder();
builder.withAuthCallBack(new AuthCallback() {
…

No Name
- 741
- 8
- 18
1
vote
1 answer
How to get user's phone number?
I have just started using Digits - Twitter API for Phone Number verification, but it seems I'm unable to read the user's Phone number, I'm not sure if there is a function for that or so, but after reading a while I knew that I can do that with a…

Hussein
- 487
- 6
- 22
1
vote
1 answer
"Send confirmation code" button on Digits API always invisible on first trigger
let digits = Digits.sharedInstance()
let configuration = DGTAuthenticationConfiguration(accountFields: .DefaultOptionMask)
configuration.appearance = DGTAppearance()
//configuration.appearance.backgroundColor = UIColor.whiteColor()
…

Ishwar
- 175
- 2
- 13
1
vote
1 answer
Fabric , Digit do not return find friends list
When I upload all contact and ask for any common friends, it just return null. But I have common friends who use digit and if there is no friends, it's just return
[ ]
But now it's return nil. ( Here's the output of below code )
Total contacts:…

Mudith Chathuranga Silva
- 7,253
- 2
- 50
- 58
1
vote
1 answer
Fabric's Digits.getInstance() giving NullPointerException
Digits.getInstance() giving NullPointerException
java.lang.NullPointerException: Attempt to invoke virtual method 'com.digits.sdk.android.DigitsClient com.digits.sdk.android.Digits.getDigitsClient()' on a null object reference
I implemented Digits…

mihirjoshi
- 12,161
- 7
- 47
- 78
0
votes
1 answer
Fabric can't be initialised after adding Twitter Kit 3.1.0
So Twitter kit is now not par of Fabric and is now standalone component. I was not using Twitter kit before now I want to use so had to include its dependency. But after adding it, seems like Fabric initialisation is broken.
I used to init Fabric…

Apr444
- 53
- 1
- 9
0
votes
0 answers
Fabric Digits - userID in DGTContactsFetcher is always nil for users on Digits
we have an issue we dont know how to deal with, we started using DIGITS from fabric to login users with SMS, the login works fine we get the usersID's that have installed the app using the lookupContactMatches function.
but when we use
…

Rotem Doron
- 181
- 7
0
votes
1 answer
Twitter Digits Web CDN SDK redirecting to insecure CDN URL
We have integrated Twitter Digits on our site using their following CDN SDK link
https://cdn.digits.com/1/sdk.js
Sometimes internally it is redirected to following link.
https://cdn-o.digits.com/1/sdk.js
Since this URL is ENSECURE I get following…

Amol Chakane
- 1,501
- 2
- 21
- 43