davidme-stripe

Results 70 comments of davidme-stripe

Hi @Rthangavel: It looks like you might be passing an `NSError()` to Stripe's ApplePayContext completion handler. As pointed out in the console message, this isn't recommended, as it results in...

That's an odd crash — it looks like this is an iPad Air 2, and the Secure Element isn't responding during the `[PKPaymentAuthorizationController canMakePaymentsUsingNetworks:]` call, which is causing the app...

> Edit to add: I guess I was also curious if other users have seen/reported this issue before, that you're aware of? I have not, and I can't find any...

We don't have many good options. We've considered rewriting our previous releases to replace the `InternalFrameworks` binaries with our now-open-source 3DS2 library, but that would be very unusual and could...

@mthole I understand the pain here, sorry that we haven't solved this yet! A year ago I was optimistic about Swift Package Registry, but I haven't seen much public information...

We've pushed [version `22.5.0`](https://github.com/stripe/stripe-ios-spm/releases/tag/22.5.0) to a new repo at https://github.com/stripe/stripe-ios-spm. All future versions will automatically be mirrored to this repo. We'll update our docs to point to this repository soon.

Hello! We don't currently support using the card scanner outside of STPAddCardViewController at the moment, but we plan to add an API once it's out of beta.

We recently acquired Bouncer and plan to integrate it into this SDK in 2022. In the interim, you can [integrate Bouncer's open-source scanning library](https://github.com/getbouncer/cardscan-ios) directly.

Hello @unxavi, very sorry for the inconvenience! We're working on separating this code into an optional module to prevent this App Store notification from happening in the future. For now,...

> I wonder how the Stripe team would feel around an effort to migrate all UIView's to native SwiftUI and surface UIKit wrappers for backwards compatibility? I'd love to try...