Easy Paywalls and Experiments Using RevenueCat

Sdílet
Vložit
  • čas přidán 17. 05. 2024
  • Finally, an easy way to deploy high converting paywalls and run split tests on them. RevenueCat has an open beta on their Paywalls feature. It’s free to use and I’m really impressed with how easy it is to deploy a paywall in my app.
    Not only that, you can also customize the paywall remotely without updating your app.
    The cherry on top is the ability to split test your paywalls and run experiments on them to optimize your revenue!
    Sign up for a RevenueCat account:
    app.revenuecat.com/signup
    Timestamps:
    00:00 Intro
    01:25 How information is organized in RC
    03:16 How to create a paywall in RC
    07:58 Display the paywall in your app
    13:16 Customize your paywall on the fly
    15:03 Run a paywall split test with RC Experiments
    20:53 Outro
    RevenueCat SDK installation:
    www.revenuecat.com/docs/ios
    Creating Paywalls:
    www.revenuecat.com/docs/creat...
    Running Experiments:
    www.revenuecat.com/docs/exper...
    www.revenuecat.com/docs/exper...

Komentáře • 20

  • @stevem2878
    @stevem2878 Před 4 měsíci

    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 Před 7 měsíci

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

  • @user-xe7gk3dh8x
    @user-xe7gk3dh8x Před 2 měsíci

    Thanks for the amazing demo.

  • @devfurkan
    @devfurkan Před 6 měsíci

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

    • @CodeWithChris
      @CodeWithChris  Před 6 měsíci

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

  • @piotrnowak693
    @piotrnowak693 Před 7 měsíci +1

    Thx! More RevenueCat

  • @devaidaya5418
    @devaidaya5418 Před 5 měsíci

    thx ! More revenueCart :)

  • @MarlonVan
    @MarlonVan Před 4 měsíci

    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  Před 4 měsíci

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

    • @MarlonVan
      @MarlonVan Před 4 měsíci

      Thanks @@CodeWithChris

  • @user-xe7gk3dh8x
    @user-xe7gk3dh8x Před 2 měsíci

    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).

    • @user-xe7gk3dh8x
      @user-xe7gk3dh8x Před 2 měsíci

      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!

  • @aydinjoshi
    @aydinjoshi Před 7 měsíci

    pin

  • @kwkistler
    @kwkistler Před 3 měsíci

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

  • @jemmytech5474
    @jemmytech5474 Před 5 měsíci

    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  Před 4 měsíci +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 Před 4 měsíci

      @@CodeWithChris i already solved it