You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @jhjones9 ,
This sounds like it might be #1758 which was fixed in v21.3.0. Would you mind cleaning & deleting Derived Data to see if maybe you have an old version hanging around?
If that doesn't fix it could you verify if getOrCreateKey is being called on your keyprovider implementation from listPaymentMethodsForCustomer in STPCustomerContext?
Summary
STPPaymentOptionsViewController is hanging forever when trying to present it. I'm using 21.4.0.
Code to reproduce
`struct PaymentOptionsView: UIViewControllerRepresentable {
}.`
iOS version
What version of iOS are you observing the problem on? 14.1
Installation method
How did you install our SDK? Cocoapods
SDK version
What version of our SDK are you using? 21.4.0.
Other information
I'm using SwiftUI which is why I'm using UIViewControllerRepresentable to display STPPayementOptionsViewController.
The text was updated successfully, but these errors were encountered: