Easy Paywalls and Experiments Using RevenueCat

Поділитися
Вставка
  • Опубліковано 21 лип 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...

КОМЕНТАРІ • 24

  • @CodeWithChris
    @CodeWithChris  Місяць тому

    👋 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 6 місяців тому

    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 9 місяців тому

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

  • @user-xe7gk3dh8x
    @user-xe7gk3dh8x 4 місяці тому

    Thanks for the amazing demo.

  • @devfurkan
    @devfurkan 8 місяців тому

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

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

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

  • @piotrnowak693
    @piotrnowak693 9 місяців тому +1

    Thx! More RevenueCat

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

    thx ! More revenueCart :)

  • @salmaalrashdi8333
    @salmaalrashdi8333 Місяць тому

    How i can make testing in flutterflow?

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

    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  6 місяців тому

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

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

      Thanks @@CodeWithChris

  • @user-xe7gk3dh8x
    @user-xe7gk3dh8x 4 місяці тому

    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 4 місяці тому

      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 5 місяців тому

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

  • @aydinjoshi
    @aydinjoshi 9 місяців тому

    pin

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

    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  6 місяців тому +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 6 місяців тому

      @@CodeWithChris i already solved it