cordova-plugin-braintree icon indicating copy to clipboard operation
cordova-plugin-braintree copied to clipboard

iOS Paypal integration not returning the user to the app

Open Deeeej opened this issue 5 years ago • 9 comments

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?

Deeeej avatar Dec 06 '19 10:12 Deeeej

Hi :). did you find a solution?

GabrieleCicconetti avatar Jan 09 '20 13:01 GabrieleCicconetti

I have the same issue :/

ciccilleju avatar Mar 03 '20 09:03 ciccilleju

Hi :). did you find a solution?

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

ciccilleju avatar Mar 19 '20 15:03 ciccilleju

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?

ciccilleju avatar Mar 19 '20 15:03 ciccilleju

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.

Deeeej avatar Mar 27 '20 13:03 Deeeej

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 https://github.com/Taracque/cordova-plugin-braintree/issues/77#issuecomment-604999136, 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

ciccilleju avatar Mar 27 '20 13:03 ciccilleju

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

Taracque avatar Mar 27 '20 13:03 Taracque

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.

ciccilleju avatar Mar 27 '20 21:03 ciccilleju

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.

:-)

Deeeej avatar Apr 24 '20 19:04 Deeeej