Home > Back-end >  PayPal subscription integration in react native
PayPal subscription integration in react native

Time:10-21

I want to integrate PayPal subscription in my application using react-native. Is there any way to do it so please answer. Thanks

CodePudding user response:

Yes, you can do it with in-app-purchase.follow below link https://developer.paypal.com/docs/subscriptions/integrate/

CodePudding user response:

You could use Revenuecat, https://www.revenuecat.com/. You will be able to find tutorials in Youtube, it's free (unless your app earns 10000$ per month) and works for Android and IOS. With Revenuecat you will connect your app with the payment process in Apple Store o Google play and users will be able to use Paypal if this platforms allow it as a payment method

  • Related