sshropshire
sshropshire
Hey @kmayoral this may be a shot in the dark, but on your branch that references Braintree Android `3.x` can you try adding this line to your `build.gradle` file and...
Hi @TheArchitect123 we offer a [manual browser switching integration pattern](https://github.com/braintree/braintree_android/blob/main/v4.9.0%2B_MIGRATION_GUIDE.md#manual-browser-switching-for-browser-based-flows) for scenarios like this. Can you try this out to see if it fits your use case?
Hi @powerzd this should only occur on the first login attempt. Subsequent attempts should use the native payment popup once a user has logged in.
@emartynov thanks for your feedback. This is a valid URL according to [RFC 3986](https://www.ietf.org/rfc/rfc3986.txt) (I was able to double check using this [tool](https://0mg.github.io/tools/uri/)). The slash before the return parameters isn't...
@emartynov interesting ok. Let me follow up on this, I see the potential for confusion now.
@emartynov is this still an issue as well? I know you said you were able to work around it.
DO NOT REVIEW: We may need to use `confirm-payment-source` to attach a Payment Method token to an existing order and respond to 3DS challenges when they occur.
Thanks for all of the feedback @emartynov I'm taking note of a lot of these items. We have some feature development in progress at the moment that I've been told...
@emartynov understood. We do iterate through our API decisions quite a bit as you've mentioned, but we do appreciate direct feedback. We require an `Activity` reference in this instance in...
The Activity launched by the PayPalNative flow is launched in a new task. We work internally with the PayPal native team, and they own the translucent Activity that's launched for...