Flutter In App Purchases & Subscriptions with RevenueCat

Поделиться
HTML-код
  • Опубликовано: 5 авг 2024
  • Learn how to create In-App Purchases and Subscriptions in Flutter with RevenueCat for both Android and iOS platforms.
    TIMELINE
    0:00 Livestream Introduction
    1:47 What is RevenueCat?
    5:59 How to integrate RevenueCat in Flutter Apps?
    37:31 Is RevenueCat for free?
    40:16 Q & A Session
  • РазвлеченияРазвлечения

Комментарии • 37

  • @jeanpierreunis
    @jeanpierreunis 4 месяца назад +1

    Thanks for the video, what if we have several paywalls set up in RevenueCat ? Documentation i read doesn't seem to explain how to pick the paywall we want to display ?

  • @Jorsten
    @Jorsten 5 месяцев назад +1

    Amazing! I was just looking into IAP solution for my future Flutter project.

    • @HeyFlutter
      @HeyFlutter  5 месяцев назад +1

      Great, Thank you @Jorsten!

  • @koditor
    @koditor 4 месяца назад +2

    I have a error message like this: Error
    Error 23: There is an issue with your configuration. Check the underlying error for more details.
    This message comes to me as a dialog when the paywall screen opens.
    Has anyone experienced or solved this problem?

    • @HeyFlutter
      @HeyFlutter  4 месяца назад

      Thank you @koditor, make sure to follow the tutorial step by step 🙂

    • @LaybiksDuster
      @LaybiksDuster 2 месяца назад +1

      I solved by manage schema and update storekit config

    • @koditor
      @koditor 2 месяца назад +1

      ​@@LaybiksDuster
      I solved too by update my business information. İt is worked for İOS. I haven't updated the store kit.

  • @milodude023
    @milodude023 5 месяцев назад +1

    Awesome demo... Great pricing model 🎉🎉. Keep it up!

    • @HeyFlutter
      @HeyFlutter  5 месяцев назад

      Great, Thank you @milodude023!

  • @ttoliveira
    @ttoliveira 3 месяца назад

    thanks for sharing!!!

    • @HeyFlutter
      @HeyFlutter  3 месяца назад

      You are welcome, @ttoliveira!

  • @rodyatube
    @rodyatube Месяц назад

    After linking google cloud service account with google play console, giving permissions and uploading the JSON file to revenuecat, I am seeing "credentials need attention" with "Permissions to call subscriptions API" is checked, means it has no issue
    "Could not validate inappproducts API permissions" has question marks before it, similarly
    "Could not validate monetization API permissions" also has question marks before it. Can the reason be that i have enabled only subscriptions on google play console, I don't have any in-app purchases other than subscription. Though it is just 14 hours still and the condition of 36 hours isn't met.

    • @HeyFlutter
      @HeyFlutter  Месяц назад +1

      Thank You @rodyatube! Follow this link: community.revenuecat.com/general-questions-7/could-not-validate-subscription-api-permission-2983
      I hope you will get your answer 🙂

    • @rodyatube
      @rodyatube Месяц назад

      @@HeyFlutter problem solved. The solution is indeed shared on this url, which I seen yesterday. Thanks 🙂

  • @user-gp9ky3xw8k
    @user-gp9ky3xw8k 4 месяца назад

    Hi ,
    I developed an application with Flutter. I want to use a paywall, but I also want to collect the user's email address as their information. How can I do this while using a paywall? Thanks.

    • @HeyFlutter
      @HeyFlutter  4 месяца назад

      Hey @user-gp9ky3xw8k 😀 please checkout this official revenuecat docs: www.revenuecat.com/docs I hope this may help.

  • @sherpa-e5i
    @sherpa-e5i 3 дня назад

    how can you subscribe again after deleting the app? in real life the subscription is tied to apple id right? so what happens in real life if user subscribe, delete the app, his old subscription is still ongoing and then subscribes again??

    • @HeyFlutter
      @HeyFlutter  День назад

      Hey @sherpa-e5i 😀 like you said subscription is bind to unique user ID. For an ongoing subscription, it'll not subscribe again instead look for any previous subscription and warn user instead. Please note a single user can have multiple subscriptions with different IDs

  • @danielaraujo5857
    @danielaraujo5857 2 месяца назад

    this is amazing, I've tried implement without revenue cat and it was very painful

    • @HeyFlutter
      @HeyFlutter  2 месяца назад

      Glad it was helpful, @danielaraujo5857 😀

  • @MohanRaj-cp9lg
    @MohanRaj-cp9lg 4 месяца назад

    How to change developer name in Apple developer account in individual

    • @HeyFlutter
      @HeyFlutter  4 месяца назад

      Hey 😊, @MohanRaj-cp9lg! Check out this solution stackoverflow.com/a/41210285 I hope this may help

  • @agustinbjr
    @agustinbjr 3 месяца назад

    Bummed we didn't get to see the callback code for Purchase API

    • @HeyFlutter
      @HeyFlutter  3 месяца назад

      Hey @agustinbjr 😀this tutorial is using purchases_flutter: ^6.20.0 while the latest version is purchases_flutter: ^6.29.0 so, you can either use old version to follow the tutorial or please follow the migration guide here: pub.dev/packages/purchases_flutter/changelog

  • @umutb4508
    @umutb4508 5 месяцев назад

    I would like to watch programming lessons from charlie

    • @HeyFlutter
      @HeyFlutter  5 месяцев назад

      Great, Thank you @umutb4508! 😂

  • @shaurya8024
    @shaurya8024 5 месяцев назад

    Can you make tutorial on
    Firebase wallpaper app
    (No api like pixels or any api)
    Because there is no tutorial on RUclips on flutter wallpaper with Firebase as storage

    • @HeyFlutter
      @HeyFlutter  5 месяцев назад +1

      Thanks for the idea, @shaurya8024! 🙂 I have added it to my list of ideas for future videos!

  • @PaoloTshiyole
    @PaoloTshiyole Месяц назад +1

    How about flutter for android

    • @HeyFlutter
      @HeyFlutter  Месяц назад +1

      Thank you, @PaoloTshiyole! 🙂. Please try to provide enough details with your question.

    • @PaoloTshiyole
      @PaoloTshiyole Месяц назад +1

      @@HeyFlutter in this video we see just the set-up with App store and IOS but not for android and Play store, I like this video because it's recent but it's just for IOS not for android, I'd like to see the flutter in app subscription in revenuecat for android if it's possible why not with a trial

  • @JohnnyFantaOrange
    @JohnnyFantaOrange 5 месяцев назад

    Nice presentation, thoroughly appreciate the talk and as someone who will make a decision to go RevenueCat or native in the next couple of weeks it was really useful but one thing and elephant in the room is the Image never loaded on the purchase screen and it was just ignored. A user asked a question about the UI not working, and it was not working on the demo and should of being working. Not addressing this makes me worried as what else is not set up for flutter.

    • @HeyFlutter
      @HeyFlutter  5 месяцев назад

      Thank You @JohnnyFantaOrange! Follow this link: community.revenuecat.com/sdks-51/flutter-how-to-show-progress-dialog-until-pay-screen-loads-on-button-click-880
      I hope you will get your answer 🙂