Replies: 1 comment 1 reply
-
|
yes you are correct you have to provide an https link for iOS. I think the: https://docs.flutter.dev/cookbook/navigation/set-up-universal-links can be very useful. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Im trying to integrate PayPal, and Im having problems with the returnUrl. Admittedly, I am not sure it's the fault of this library, but I cannot find other people with the same problem, and I think I followed Stripes documentation.
main.dart:
payment_screen.dart:
I've also added
my-appas a CFBundleURLSchemes in the Info.plist. But really this is not an issue yet, because the app cannot even open paypal confirmation because of this error:However if I pass in an https URL, I actually can continue, but the returnUrl just opens a website, and I cannot set associated domains right now
Beta Was this translation helpful? Give feedback.
All reactions