How to use RevenueCat Paywalls

Поділитися
Вставка
  • Опубліковано 5 вер 2024

КОМЕНТАРІ • 46

  • @airstrike5062
    @airstrike5062 11 місяців тому +1

    On topic, I have been wondering what the right workflow was going to be for setting up my Paywall and you guys literally created what I needed. It's like I wished it into existence, right as I'm ready to implement it in my app! :O

  • @UNUNUN11
    @UNUNUN11 8 місяців тому +1

    please I need to render paywall on android with kotline not Ios I need a video to explain it

  • @leandro5406
    @leandro5406 3 дні тому

    15:12 I have a question: when you click on continue button on the video, it lead directly to payment recap. however, for me, a pop up appears asking the user to log in his apple account with identifier and password. how to log him in automatically to prevent this unpleasant part?

    • @leandro5406
      @leandro5406 3 дні тому

      Maybe having access to the demo project would be useful in my case :)

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

    Does this works with consumable in-app purchases? I try to make another purchase after the first one but the second time the payment method is not showing, my products are not attatch to any Entitlements, also if I have multiple (2 purchase options) how can I know what option the user selected with RevenueCatUI.presentPaywall jus return the result but not the option that was purchased

  • @evangelosspyromilios5994
    @evangelosspyromilios5994 18 днів тому

    What is the point of close button in a payWall ??

  • @user-jy5pu6bg5p
    @user-jy5pu6bg5p 11 місяців тому +1

    -PLEASE ANSWER , HOW CAN I ALSO ADD A FREE TRIAL PHASE FPR ONE WEEK WITH REVENUECAT?

  • @airstrike5062
    @airstrike5062 11 місяців тому +2

    Off topic, but you have a great voice!

  • @gyulasipos3165
    @gyulasipos3165 Рік тому +2

    Looks awesome! Do you have plans for Flutter release?

    • @riveraj33
      @riveraj33 11 місяців тому

      I’m sure they do have plans for flutter but they have to get android out first. Then probably react native then flutter.

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

    I love it ! Exceptttt, I would love to be able to make 2 paywalls and A/b test them without needing to add additional code, but rather by just having a config option in the paywalls dashboard on RC to use 2 and tell me which performed better

    • @RevenueCat
      @RevenueCat  3 місяці тому +1

      You can! You can build two different paywalls in our web dashboard, and then using our Experiments feature you can send half of your users one, and half of your users the other, and then compare the performance between the two

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

    Looks awesome but in reality i'ts pretty bad. There are too many bugs in the Andorid SDK and there's no proper documentation. You HAVE TO READ the source code to figure out things

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

    "Package details" has only 1 field in the UI. How can this work, it's of course different for every product/package?

    • @RevenueCat
      @RevenueCat  3 місяці тому +1

      Different templates offer a different number of packages you can add. Some of them only allow one.

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

      @@RevenueCat Thx for the reply! I'd like to use template 5 for 2 different lifetime purchases (consumable). I can choose those 2 packages, but get only 1 "package details" for both. That second line in the product button would be useful for a subtitle/description. Maybe there is another way to inject different descriptions (variables?)?

  • @user-wq8xm1ft5q
    @user-wq8xm1ft5q 8 місяців тому

    Hi Sir, This is very helpful for integrating in swift language code. I am done with in swift code. But now I have integrate Revenue Cat subscription and coupon code in Flutter framework using Dart language application. So can you please share a one vedio about how to integrate Revenue Cat Subscription in Flutter.

  • @Olden2610
    @Olden2610 11 місяців тому +1

    This looks awesome!
    Is it easy to integrate in UIKit app?

  • @alin.cht.
    @alin.cht. Рік тому +3

    This is impressive. I will deffinetly use it in my current wip app. Is it safe to use it productive or should we wait to get out of beta?

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

      Yep, safe to use in production!

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

    Running into some issues with swiftui versus dart.

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

    Any option to segment the target audience or is this always shown to everyone (50-50)? I.e. if I only want to test a specific paywall to let's say users who cancelled their subscription and not all the userbase?

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

    Would it be possible to have an example of integration for an app in UIKit?

  • @user-sd9ts4kg8y
    @user-sd9ts4kg8y Рік тому

    Hi there i am trying to implement revenue cat in an ionic angular application but the documentation doesn't seem to be up to date is there any guidance on this?

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

    Hi, is this don't use for flutter ?

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

      RevenueCat Paywalls is supported in the Flutter SDK! www.revenuecat.com/docs/tools/paywalls/displaying-paywalls#flutter

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

      For me it took forever to show the paywall.. maybe its because is in sandbox mode idk.. but i decided to build my own.. anyway i was inspired by the paywall built by you guys@@RevenueCat

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

    Is this available for flutter

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

    Not that I am not able to use SwiftUI, but is this feature only available in UIKit? If not, I believe I can just use hostingVC can't I?

    • @RevenueCat
      @RevenueCat  6 місяців тому +1

      We have a PaywallViewController you can use in UIKit! You can find a code example in the docs www.revenuecat.com/docs/tools/paywalls/displaying-paywalls

    • @captainmichaelj2321
      @captainmichaelj2321 5 місяців тому

      @@RevenueCat This worked greatly, I noticed that using the paywallviewcontroller directly in UIkit, actually reduces problems implementing it. For example, if the user already subscribed to the app, using paywall configuration in SwiftUI might have issue because the hosting controller remain after the paywall (SWIFTUI) is dismissed, but the paywallviewcontroller works just fine. I am also trying to circumvent why the icons are not showing up.

  • @danvilela
    @danvilela 6 місяців тому +1

    Yeah here is some feedback.. I can't use it! Localization is just not good.. Some things is in my language, some things is in english and I can't change.

    • @RevenueCat
      @RevenueCat  5 місяців тому

      Can you clarify which text you aren't able to localize?

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

    Can I use this feature on React Native right now ?

  • @furkanhanc6277
    @furkanhanc6277 Рік тому +4

    ADAPTY KILLER ☠

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

    awesome👏

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

    What about Android?

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

      Our Android SDK now supports RevenueCat Paywalls! www.revenuecat.com/docs/tools/paywalls/displaying-paywalls#android

  • @Rugbywarfare
    @Rugbywarfare 7 місяців тому +1

    guys you've got a lot to learn from superwall. The way to create experiments, the data, conversions etc is terrible. The user flow sucks. Is this designed just for developers? Because paywalls are tested mainly by marketing teams.

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

      Could you clarify what part of the flow is confusing so I could relay it to our product teams? We definitely have designed it with developers and growth teams in mind, but are always on the look out for more ways to improve!

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

      @@RevenueCat there's no stats dashboard for the paywall? How many people have seen the paywall from app download? How many have converted?
      If I want to create an experiment, I have to add some code to some part of settings? I do not have a clear visual of 2 paywalls and their key stats side by side.
      If this is somewhere, it's not clear at all.
      If you've designed it for growth teams surely these teams want easier ways to run tests, see the stats?
      I would just compare it to superwall and superwall is infinitely better for a user. Even devs would want a better view of their stats and how to create tests.
      Also how do I create a hard paywall? Users can just drag down a paywall when it pops up and use the app. I have no settings to remove this option for a user

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

    Basically unusable for React Native. Also literally 5 lines of documentation.