Easy Paywalls and Experiments Using RevenueCat

Поділитися
Вставка
  • Опубліковано 27 січ 2025

КОМЕНТАРІ • 29

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

    👋 Our "Launch Your First App" program will help you build up your iOS skills to publish your very own feature rich app even if you’re a beginner starting from scratch. cwc.to/youtubeoffer

  • @stevem2878
    @stevem2878 Рік тому

    Wow revenuecat really does great work. The abstraction layer is so high that it makes our lives so much easier. Thanks to Chris for the always clear and concise communication

  • @etaosin
    @etaosin Рік тому +1

    Great material. Thanks, Chris, for all your awesome work.

  • @rahulop6201
    @rahulop6201 5 місяців тому +1

    Chris, Great to see how adding inapp purchases and subscription made easier now than ever however I would like to know what if we have a different subscription UI by the client?

  • @SeanBorjes
    @SeanBorjes 10 місяців тому

    Thanks for the amazing demo.

  • @devfurkan
    @devfurkan Рік тому

    That's great new !! Always revenueCat. Thank you Chris

    • @CodeWithChris
      @CodeWithChris  Рік тому

      Glad it helped! Thanks for watching! - Iñaki

  • @piotrnowak693
    @piotrnowak693 Рік тому +1

    Thx! More RevenueCat

  • @devaidaya5418
    @devaidaya5418 Рік тому

    thx ! More revenueCart :)

  • @mado6066
    @mado6066 4 місяці тому

    can i add viewpager to RevenueCat Paywalls ?

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

    How i can make testing in flutterflow?

  • @MarlonVan
    @MarlonVan Рік тому

    Hey Chris, thanks for the insightful videos, love what you teaching brother. I just a question. I built an app in flutterflow, so i'm very very new t building apps. I just some guidance or advise on adding a yearly subscription to the app i build. What videos can you suggest that will easy to understand as a non developer. I want to have this as an annual subscription in the app store and google play. I already have the dev accounts on the both stores. Will the paywall need to be integrated into my flutterflow app, like a page showing the subscription or does the app store do this, sorry if this is a straight forward answer, i'm just new to this.

    • @CodeWithChris
      @CodeWithChris  Рік тому

      Unfortunately I'm not sure about the answer. I'm very sorry!
      --Joash

    • @MarlonVan
      @MarlonVan Рік тому

      Thanks @@CodeWithChris

  • @SeanBorjes
    @SeanBorjes 10 місяців тому

    I am getting an error. I know all of my configurations are correct because I have used this on a different paywall. I am trying to implement it with your code, adding import RevenueCatUI so Xcode doesn't complain. Compiles fine but when I go to load it, I get the error There is an issue with your configuration. Check the underlying error for more details. There's a problem with your configuration. None of the products registered in the RevenueCat dashboard could be fetched from App Store Connect (or the StoreKit Configuration file if one is being used).

    • @SeanBorjes
      @SeanBorjes 10 місяців тому

      Never mind Chris. I had rebuilt this project because I was switching to SwiftUI and I didn't update the bundleID. Now it works perfectly. Keep up the great work!

  • @AncientAlienStories
    @AncientAlienStories 3 місяці тому

    More Revenue cat

  • @kwkistler
    @kwkistler Рік тому

    Great content Chris MORE REVENUECAT& how to unlock content once the user subscribes

  • @balleraydin
    @balleraydin Рік тому

    pin

  • @MarkDD
    @MarkDD 6 місяців тому

    Hey Chris - got the overlay working just great, with status "Configuration OK", but when I try to display the paywall as you showed, using .presentPaywallIfNeeded(requiredEntitlementIdentifier: "Yearly1"), I get error Value of type 'ContentView' has no member 'presentPaywallIfNeeded'. Thoughts?

  • @jemmytech5474
    @jemmytech5474 Рік тому

    sir i am facing a challenge.
    I have two offerings - Paywalls are added to each one.
    1. Default offering - I know how to show it in swiftUI and it works well.
    2. annualandmonthly/xmax - How to show it in my SwiftUI app.
    as we know that default paywalls shows as a default, what if we have not a default offering.
    I want to show annualandmonthly/xmax in my SwiftUI app.
    what i tried
    .presentpaywall(identifier "", offering: offering, packages: [packages])
    i don't know how to pass packages. please help me to get the offersings

    • @CodeWithChris
      @CodeWithChris  Рік тому +1

      Hello, @jemmytech5474!
      Unfortunately, we can't debug it for you in the comment section here but you can try joining and posting in our community: cwc.to/codecrew
      --Joash

    • @jemmytech5474
      @jemmytech5474 Рік тому

      @@CodeWithChris i already solved it