Flutter In App Purchases & Subscriptions with RevenueCat

แชร์
ฝัง
  • เผยแพร่เมื่อ 30 ม.ค. 2025

ความคิดเห็น • 45

  • @ytravi
    @ytravi 28 วันที่ผ่านมา +2

    Just tried integrating revenue cat.. oh boy.. playstore integration is a nightmare.. and documentation is missing a lot of integration. Gave up!! Will implement myself.

  • @jeanpierreunis
    @jeanpierreunis 10 หลายเดือนก่อน +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 11 หลายเดือนก่อน +1

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

    • @HeyFlutter
      @HeyFlutter  10 หลายเดือนก่อน +1

      Great, Thank you @Jorsten!

  • @milodude023
    @milodude023 11 หลายเดือนก่อน +1

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

    • @HeyFlutter
      @HeyFlutter  11 หลายเดือนก่อน

      Great, Thank you @milodude023!

  • @koditor
    @koditor 10 หลายเดือนก่อน +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  10 หลายเดือนก่อน

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

    • @LaybiksDuster
      @LaybiksDuster 8 หลายเดือนก่อน +1

      I solved by manage schema and update storekit config

    • @koditor
      @koditor 8 หลายเดือนก่อน +1

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

    • @peterjeffrey1
      @peterjeffrey1 2 หลายเดือนก่อน

      @@koditor I'm stuck on this too...what business information did you update? In RevenueCat or AppStoreConenct?

  • @thatolebethe8069
    @thatolebethe8069 หลายเดือนก่อน

    amazing video thank you

    • @HeyFlutter
      @HeyFlutter  หลายเดือนก่อน

      Thank you

  • @rodyatube
    @rodyatube 7 หลายเดือนก่อน

    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  7 หลายเดือนก่อน +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 7 หลายเดือนก่อน

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

  • @Saeui-u5m
    @Saeui-u5m 10 หลายเดือนก่อน

    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  10 หลายเดือนก่อน

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

  • @WillyWeise
    @WillyWeise 3 หลายเดือนก่อน

    Hi, can't find the mentioned documentation on how create the StoreKitConfigFile. Can somebody post the link please?

    • @HeyFlutter
      @HeyFlutter  หลายเดือนก่อน

      Thank you ❤️ for the suggestion! We’ll definitely consider it for our future content ideas. 😊

    • @LeFormat7
      @LeFormat7 หลายเดือนก่อน +1

      @@HeyFlutter I'm begging to find this file somewhere

  • @danielaraujo5857
    @danielaraujo5857 8 หลายเดือนก่อน

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

    • @HeyFlutter
      @HeyFlutter  8 หลายเดือนก่อน

      Glad it was helpful, @danielaraujo5857 😀

  • @JohnnyFantaOrange
    @JohnnyFantaOrange 11 หลายเดือนก่อน

    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  11 หลายเดือนก่อน

      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 🙂

  • @sherpa-e5i
    @sherpa-e5i 6 หลายเดือนก่อน

    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  6 หลายเดือนก่อน

      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

  • @agustinbjr
    @agustinbjr 9 หลายเดือนก่อน

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

    • @HeyFlutter
      @HeyFlutter  9 หลายเดือนก่อน

      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

  • @shaurya8024
    @shaurya8024 11 หลายเดือนก่อน

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

    • @HeyFlutter
      @HeyFlutter  11 หลายเดือนก่อน +1

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

  • @ttoliveira
    @ttoliveira 9 หลายเดือนก่อน

    thanks for sharing!!!

    • @HeyFlutter
      @HeyFlutter  9 หลายเดือนก่อน

      You are welcome, @ttoliveira!

  • @MohanRaj-cp9lg
    @MohanRaj-cp9lg 10 หลายเดือนก่อน

    How to change developer name in Apple developer account in individual

    • @HeyFlutter
      @HeyFlutter  10 หลายเดือนก่อน

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

  • @umutb4508
    @umutb4508 11 หลายเดือนก่อน

    I would like to watch programming lessons from charlie

    • @HeyFlutter
      @HeyFlutter  10 หลายเดือนก่อน

      Great, Thank you @umutb4508! 😂

  • @samelobinna101
    @samelobinna101 9 วันที่ผ่านมา +1

    Probabaly the worst tutorial on the internet, can't believe this from the Revenue Cat guys, why are you using sandbox?? will users use my app in sandbox? again i don't want your paywall, show how to make individual call to each in_app purchase, lastly you guys documentation is Sh*t

  • @PaoloTshiyole
    @PaoloTshiyole 7 หลายเดือนก่อน +1

    How about flutter for android

    • @HeyFlutter
      @HeyFlutter  7 หลายเดือนก่อน +1

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

    • @PaoloTshiyole
      @PaoloTshiyole 7 หลายเดือนก่อน +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