Flutter In App Purchases & Subscriptions with RevenueCat

แชร์
ฝัง
  • เผยแพร่เมื่อ 20 ต.ค. 2024

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

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

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

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

      Great, Thank you @Jorsten!

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

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

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

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

      Great, Thank you @milodude023!

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

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

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

      I solved by manage schema and update storekit config

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

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

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

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

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

      Glad it was helpful, @danielaraujo5857 😀

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

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

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

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

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

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

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

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

      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

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

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

      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 🙂

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

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

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

      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

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

    How to change developer name in Apple developer account in individual

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

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

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

    How about flutter for android

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

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

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

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

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

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

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

    I would like to watch programming lessons from charlie

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

      Great, Thank you @umutb4508! 😂

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

    thanks for sharing!!!

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

      You are welcome, @ttoliveira!