Skip to content
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

Open
Deeeej opened this issue Dec 6, 2019 · 9 comments
Open

iOS Paypal integration not returning the user to the app #77

Deeeej opened this issue Dec 6, 2019 · 9 comments

Comments

@Deeeej
Copy link

Deeeej commented Dec 6, 2019

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?

@GabrieleCicconetti
Copy link

Hi :). did you find a solution?

@ciccilleju
Copy link

I have the same issue :/

@ciccilleju
Copy link

Hi :). did you find a solution?

hello Gabriele,
I have the same problem: did you find the solution?

@ciccilleju
Copy link

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?

any update?

@Deeeej
Copy link
Author

Deeeej commented Mar 27, 2020

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.

@ciccilleju
Copy link

ciccilleju commented Mar 27, 2020 via email

@Taracque
Copy link
Owner

Sorry guys I don't have time to maintain this repository. If Deeeej has a working version, try to use that one!

@ciccilleju
Copy link

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.

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.

@Deeeej
Copy link
Author

Deeeej commented Apr 24, 2020

Sorry guys I don't have time to maintain this repository. If Deeeej has a working version, try to use that one!

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.

:-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants