Post marked as unsolved
Click to stop watching this post.
You have stopped watching this post. Click to start watching again.
Post marked as unsolved with 0 replies
32
Views
Apply Pay in React Native
We are integrating Apple Pay to our React Native app, using the react-native-payments - https://github.com/naoufal/react-native-payments package.
We have several points wish to understand:- the package mentioned stripe / braintree. In normal apply pay integration to react native, must we use a payment gateway?
Knowing Stripe is not available in China. How can Apple Pay work in China used app if 1) is a must?
Anyways, we created a stripe account, having some 'stripe:publishableKey': 'pklive ...', but the payment with real device real credit card always fail, with only a payment uncessful popup and without other information.
Thanks for helping.