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

Popular posts from this blog

ios - MKAnnotationView layer is not of expected type: MKLayer -

ZeroMQ on Windows, with Qt Creator -

unity3d - Unity SceneManager.LoadScene quits application -