-
Notifications
You must be signed in to change notification settings - Fork 42
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
iOS Paypal integration not returning the user to the app #77
Comments
Hi :). did you find a solution? |
I have the same issue :/ |
hello Gabriele, |
any update? |
I wanted to let everyone know, I solved the problem by using the code in: https://github.com/engineerapart/cordova-plugin-braintree i.e. I do not use the codebase at https://github.com/Taracque/cordova-plugin-braintree/ anymore as it does not seem to work correctly for me, but the same code over at https://github.com/engineerapart/cordova-plugin-braintree seems to work. I hope this helps others. |
i'll give it a try
Il 27/03/20 14:25, Deeeej ha scritto:
I wanted to let everyone know, I solved the problem by using the code
in: https://github.com/engineerapart/cordova-plugin-braintree
i.e. I do not use the codebase at
https://github.com/Taracque/cordova-plugin-braintree/ anymore as it
does not seem to work correctly for me, but the same code over at
https://github.com/engineerapart/cordova-plugin-braintree seems to work.
I hope this helps others.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#77 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKFB5GVRHVCPRHPUJNIGUSLRJSSNJANCNFSM4JWTN7RQ>.
--
Francesco De Giorgio
Skype: francescodegiorgio
PEC: [email protected]
Tel: (+39) 349.393.21.82
Fax: (+39) 050 38351170
|
Sorry guys I don't have time to maintain this repository. If Deeeej has a working version, try to use that one! |
unfortunately it doesnt work. Or well, it does work, but when i submit the app to the store they give me the deprecated API warning message. |
Hey Taracque, just wanted to say a huge thanks for all of the effort you put into this project, it made a huge difference to us and is really appreciated. :-) |
I have noticed over the past week or so, if a users chooses to pay via PayPal on iOS, they can log in, make payment but then when PayPal does it's "processing" the user gets a message saying
"Thanks for using PayPal"
But there is no return to the app, the user is just stuck on the "inapp" browser window, which they can click on the "done" button to exit.
As a result our server side never gets the callback, we never take payment, so the user thinks they have paid but never get their purchase.
I have tested on iOS 13 and 12 and can replicate.
Has anyone else seen this issue recently?
The text was updated successfully, but these errors were encountered: