CredStore Perform Query error

前端 未结 12 1671
北荒
北荒 2020-11-27 12:16

I am running into an issue while doing API calls to my apps backend, every connection now prompts with

CredStore - performQuery - Error copying matching cred         


        
12条回答
  •  囚心锁ツ
    2020-11-27 12:49

    In my case, I was not initialising Stripe SDK with API key.

            STPPaymentConfiguration.shared().publishableKey = publishableKey
    

    In case of any Stripe operation, we can print the error log, its easy to understand.

            print(error.debugDescription)
    

提交回复
热议问题