-
Notifications
You must be signed in to change notification settings - Fork 235
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BrowserSwitchResult "User canceled PayPal" even though it was success #588
Comments
Hi @sreereddymenon thanks for using the Braintree SDK for Android. Can you provide steps to reproduce this issue so we can diagnose further? It may also help to see a code snippet of your app's |
I think this can be reproduced by:
|
Thanks @Hector1990. Can you provide a video showing the issue? The deep link should automatically bring you back to the application after completing the PayPal flow. |
I provided the video here: #611 |
@Hector1990 thanks that video is for the popup dialog. This seems to be a separate issue where the user isn't automatically redirected back to the application? Would you consider this a duplicate of #611? |
@sshropshire Sorry for that. They are two issues. I provided the video because if the deep link is not triggered automatically, you can manually switch to your app. And if your activity is not |
@Hector1990 got it yeah that's interesting. Does it just hang? Do you have a video of the deep link not being triggered automatically? Only asking because I haven't seen this happen in or Demo application yet. |
Hi @Hector1990 does this issue still occur in the latest 4.26.1 version? |
@sshropshire I hit it in latest drop in version - 6.11.0, which include 4.33.0 |
Are there any updates for this feature? @sshropshire @sarahkoop |
Hi all - We just released the GA version of v5! In this version, the interface has been updated to give the additional browser switch flexibility. Would you be able to try out v5 and see if the issue is resolved? Releases: https://github.com/braintree/braintree_android/releases/tag/5.0.0 |
General information
implementation 'com.braintreepayments.api:paypal:4.15.0'
implementation 'com.braintreepayments.api:venmo:4.15.0'
implementation 'com.braintreepayments.api:data-collector:4.15.0'
Issue description
I have a fragment
The text was updated successfully, but these errors were encountered: