Fabric Digits - userID in DGTContactsFetcher is always nil for users on Digits

54 views Asked by At

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

    Digits.sharedInstance().createContactsFetcher().fetchContactsOnly(inApp: false, withCompletion: { [weak self] (contact, error) in

we get all the users contacts but none of them obtain a digit userID. so basically we cant know who from the user contacts has the app. i couldn't find any information or a way to contact Digits from fabric, any help is appreciated!

0

There are 0 answers