react-native-braintree-dropin-ui icon indicating copy to clipboard operation
react-native-braintree-dropin-ui copied to clipboard

Dropin ui Issue

Open rakeshkathoju opened this issue 5 years ago • 1 comments

Drop in ui in not opening in TestFlight build can you help me

This is the code that i was using on click event BraintreeDropIn.show({ clientToken: 'sandbox_rztvdzzh_gmnsckkypy3fvd6j', countryCode: 'US', //apple pay setting currencyCode: 'USD', //apple pay setting merchantName: 'Moldtek', orderTotal:'1.00', googlePay: true, applePay: true, }) .then(result => { Alert.alert('success', 'Braintree payment')

                Alert.alert('success', result.nonce)
                
                
            })
            .catch((error) => {
              if (error.code === 'USER_CANCELLATION') {
                // update your UI to handle cancellation
              } else {
                // update your UI to handle other errors
              }
            });

After ejecting project using expo i am getting Drop in ui when i tested in device/simulator

Screenshot 2019-04-22 at 3 30 08 PM

but after testflight i am getting Screenshot 2019-04-22 at 3 31 27 PM

rakeshkathoju avatar Apr 22 '19 09:04 rakeshkathoju

@rakeshkathoju, hi. How did you manage to have "Credit or Debit Card"?

akhlopyk avatar Nov 01 '19 16:11 akhlopyk