-
Notifications
You must be signed in to change notification settings - Fork 999
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crash handling 3DS2 action #1293
Comments
Hi @Hugo-Fonseca, thanks for the report. We're looking into this now. Do you see the same issue if you |
@dackerman-stripe Unfortunately I cannot use |
While we look into splitting out the BoringSSL dependency, can you try my branch? It might resolve this crash. In your Podfile, set |
@dackerman-stripe Works perfectly! Thanks! |
Great, thank you! We’ll get this in the next release. |
Fixed in #1297. |
In v16.0.6, released today. |
Summary
Hi, I'm trying to implement the new Standard Integration using 3DS2 in a React Native Module for my application and I've been facing some issues related to the internal SSL library in
libStripe3DS2.a
. The main issue I'm having conflicts with other SSL libraries installed. In my project I had Firebase/Firestore installed that depended on gRPC + BoringSSL and only after updating my firebase versions is when I managed to resolve the problem.But now I'm having a crash when handling the 3DS2 action.
In the standard integration using the same API it works but in my React Native App it crashes on
STDSSL_OPENSSL_free
.Stack
Facing these conflicts would including BoringSSL outside of stripe as a dependency be an option?
Code to reproduce
I'm using the same code as in the standard integration wrapped in a react native bridged module + examples-ios-backend.
I can provide the module and installed pods if needed.
iOS version
12
Installation method
Cocoapods
SDK version
16.0.5
Other information
Not sure if helpful but wheres the call thread stack.
The text was updated successfully, but these errors were encountered: