Skip to main content
Question

Is it possible to use stripe in Android apps?

  • 11 August 2024
  • 1 reply
  • 25 views

Hi, 
I integrated Play store and amazon store in my app.. and now I am planning to publish my to App Gallery but Revenue cat is not supporting this store. 
I was wondering if it is possible to integrate stripe instead in the Android app. 

Hi, you can make your apps cross-platform so that if a user purchases in Stripe, they can then use that purchase in your other apps. We have a pretty helpful guide on that here: https://www-origin.revenuecat.com/blog/cross-platform-subscriptions-ios-android-web/

You want to first create the user in RevenueCat. Then you'll provide this app user id when you send the Stripe token to RevenueCat, and then this same app user id should be used for the user when they log in via the app, so you'll want to have some form of authentication so you can associate this app user id with an account so it can be shared between platforms. Please see our docs here for more details: https://www.revenuecat.com/docs/stripe#5-send-stripe-tokens-to-revenuecat