Introducing the RevenueCat Billing beta

Поділитися
Вставка
  • Опубліковано 25 лис 2024

КОМЕНТАРІ • 17

  • @doingkettlebells
    @doingkettlebells 7 місяців тому +2

    Sounds awesome, but need other but stripe integrations. LemonSquezy or Paddle would be great

  • @albertjanp
    @albertjanp 7 місяців тому +2

    Do you have any plans to support Flutter Web as well? Any time plan?

  • @krishna-kant
    @krishna-kant 6 місяців тому

    thanks for web subscription sdk

  • @ivantodorov
    @ivantodorov 7 місяців тому

    We were just wrapping up writing our own Firebase RevenueCat + Stripe integration :) ... curious if RC supports non-subscription products on web as well. Happy to chat/share more.

    • @RevenueCat
      @RevenueCat  7 місяців тому

      We support non-subscription in-app purchases with our mobile SDKs but this first beta of RC Billing is subscriptions only.

  • @Docbeatz
    @Docbeatz 8 місяців тому

    At the moment we use stripe on our web side and just rev cat for entitlement managment on the web. We have rev cat on our native apps. Im not 100% clear what the benefit would be of moving from Stripe to Rev cat billing save perhaps easing (from a dev perspective) the post purchase flow. We already provide a management link provided by stripe.

    • @RevenueCat
      @RevenueCat  8 місяців тому +1

      Probably the biggest one initially is that it's included in your RevenueCat plan so if you're already tracking the revenue in RevenueCat, it will save you some money.
      We're also building this with mobile developers in mind so the features we plan on building out for it will be optimized for businesses who are mobile-first but want the flexibility of web based subscriptions as well.

  • @tufanalin
    @tufanalin 8 місяців тому

    Add support besides Stripe and you have a winner

  • @nishantmittal3300
    @nishantmittal3300 8 місяців тому

    Cool idea

  • @cauebahia
    @cauebahia 8 місяців тому +4

    For a mobile app, isn't that forbidden by the app stores? I mean to handle subscriptions outside the app stores, avoiding to pay their 15-30% fee? How would an app that uses an web-based subscription/payment system be allowed to be in the app stores? Wasn't there a huge fight between fortnite and the app stores specifically because of that?

    • @klirmio21
      @klirmio21 8 місяців тому

      Yup, exactly. I don't think it's gonna work for RevenueCat. Not because they are bad, but because not for life Apple or Google will allow some company to bypass paying their fees.

    • @PepperAddict
      @PepperAddict 8 місяців тому

      You’re allowed to do this you just can’t redirect a user on your mobile app to go to the web to make a purchase. You can however market a user with a paid ad to a web version of the paywall to subscribe then you can ask them to download the app. The app then checks if they’re subscribed

    • @klirmio21
      @klirmio21 8 місяців тому

      @@PepperAddict sorry, didn't totally get it. Are you implying Revenue Cat found a loophole in the Apple's fee system? If its not a loophole, then I dont get the point if this new feature

    • @RevenueCat
      @RevenueCat  8 місяців тому +1

      This isn't doing a web based subscription your application. It's all on your website, and then if you're signed in as the same user on your mobile device it will grant you all of the features there automatically. This is totally allowed by the App Store, you just aren't allowed to process payments inside of your app or link people out to your website from your app to make payments there (except for some exceptions now due to regulations).

    • @cauebahia
      @cauebahia 8 місяців тому

      @@RevenueCat got it! Thanks for clarifying it.