braintree / braintree-android-drop-in

Braintree Drop-In SDK for Android
https://developers.braintreepayments.com/guides/drop-in/android/v2
MIT License
124 stars 79 forks source link

Cardinal SDK configure Error #447

Closed fradev94 closed 7 months ago

fradev94 commented 9 months ago

Braintree SDK Version

6.13.0

Environment

Production

Android Version & Device

Android 14

Braintree dependencies

'com.braintreepayments.api:drop-in:6.13.0'

Describe the bug

Some users with Android 14 devices have obtained an error during a Braintree recharge. In particular after having selected a card the onActivityResult() returns this exception: resultCode = 1, exception.getMessage() = Cardinal SDK configure Error.

To reproduce

Try to recharge with a card

Expected behavior

The expected behavior is that the recharge is successfully executed.

Screenshots

No response

sshropshire commented 9 months ago

Hey @fradev94 thanks for using the Braintree SDK for Android. Are you able to reproduce this issue by any chance?

Also we throw this exception in response to an exception thrown by the Cardinal SDK. If we could get information on what the exception's getCause() method returns, that will give us the original exception from Cardinal.

hollabaq86 commented 7 months ago

Going to close this since we haven't heard back from OP. If folks do retrieve Cardinal's exception message for us, please create a new issue with those details.