Taracque / cordova-plugin-braintree

:credit_card: A Cordova plugin for the Braintree mobile payment processing SDK.
MIT License
27 stars 42 forks source link

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

Open Deeeej opened 4 years ago

Deeeej commented 4 years ago

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 commented 4 years ago

Hi :). did you find a solution?

ciccilleju commented 4 years ago

I have the same issue :/

ciccilleju commented 4 years ago

Hi :). did you find a solution?

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

ciccilleju commented 4 years ago

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 commented 4 years ago

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 commented 4 years ago

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: degiorgio.francesco@pec.it Tel: (+39) 349.393.21.82 Fax: (+39) 050 38351170

Taracque commented 4 years ago

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

ciccilleju commented 4 years ago

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 commented 4 years ago

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.

:-)