Open Almya opened 7 years ago
Please check that you have Android Pay disabled in your Braintree account.
That was it, thanks. So does it mean that Android Pay is not supported or does it only crashes in production when Android Pay is not accepted for production ?
Android Pay needs some extra settings in the android manifest and need Android Pay apis in build.graddle. Further instructions can be found here: https://developers.google.com/android-pay/setup Google rejects apps that has the above settings and not approved as Android Pay app.
I see. So do you plan to add this feature ?
Thanks
Not sure. You have to add the above things to your platform/android project in Android Studio. If I make it automatic, Google will reject all apps that are not using Android Pay (as the code is included). So currently, if you need Android Pay you have to adjust you android code by hand.
Great, thank you.
Hi there,
my android app crashes everytime I call presentDropInPaymentUI method. Nothing in debug, nothing in console...
I use cordova 6.5
Thanks