Easy Paywalls and Experiments Using RevenueCat

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

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

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

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

    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

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

  • @etaosin
    @etaosin ปีที่แล้ว +1

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

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

    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

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

    can i add viewpager to RevenueCat Paywalls ?

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

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

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

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

      Thanks @@CodeWithChris

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

    How i can make testing in flutterflow?

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

    thx ! More revenueCart :)

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

    More Revenue cat

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

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

      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!

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

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

  • @aydinjoshi
    @aydinjoshi ปีที่แล้ว

    pin

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

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

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

      @@CodeWithChris i already solved it