ios - Digits.sharedInstance() crashing on devices -
i integrated digits fabric while ago in ios project authenticate users phone numbers , working fine until when app started crashing due following line of code initialize digits in our project:
digits.sharedinstance().start(withconsumerkey: "myconsumerkey", consumersecret: "myconsumersecret")
giving following error:
terminating app due uncaught exception 'nsinvalidargumentexception', reason: ' -[nsurl initfileurlwithpath:]: nil string parameter'
i have tried options couldn't find solution appreciated.
i deleted digits pods , reinstalled it, started working warning have upgrade new phone authentication service firebase digits has been acquired google.
Comments
Post a Comment