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
I am trying to complete a transaction from my app but i can't in android devices. I recently upgraded your package.
In ios is working fine but in android not.
Braintree actionsheet opens.
I choose credit card,
i put my number
i click add card
After that i put my otp password and then i am not receiving any data from BraintreeDropIn.show, it shows a spinner (no errors or warnings) and it goes back to my app screen. I can't get nonce.
In ios device i receive the nonce correctly.. Am i missing anything?
My react-native version is: 0.63.4
My react-native-braintree-dropin-ui is: 1.1.7 before was 1.1.2
Edit:
I have added logs in this file -> RNBraintreeDropInModule.java into .show method but i never receive logs from setListener inside. I checked and i saw that i have clientToken and the launchDropIn is running but the .setListener is not.
The text was updated successfully, but these errors were encountered:
I am trying to complete a transaction from my app but i can't in android devices. I recently upgraded your package.
In ios is working fine but in android not.
In ios device i receive the nonce correctly.. Am i missing anything?
My react-native version is: 0.63.4
My react-native-braintree-dropin-ui is: 1.1.7 before was 1.1.2
Edit:
I have added logs in this file -> RNBraintreeDropInModule.java into .show method but i never receive logs from setListener inside. I checked and i saw that i have clientToken and the launchDropIn is running but the .setListener is not.
The text was updated successfully, but these errors were encountered: