React Native In App Purchases and Subscriptions with RevenueCat (Tutorial)

Поделиться
HTML-код
  • Опубликовано: 2 окт 2024

Комментарии • 91

  • @notjustdev
    @notjustdev  3 года назад +1

    🚀Get your free RevenueCat account ( bit.ly/3eqmZSI ) and start monetizing your React Native app with In App Subscriptions 🚀
    📚 Enroll in "The Full-stack Mobile Developer" and become a 6-figure dev in 2021: academy.notjust.dev/

  • @marwamasese8066
    @marwamasese8066 3 года назад +9

    I want to thank you most sincerely for educating alot of people who probably cannot afford paid courses. I'm one of those guys and for this I'll practice hard to become a better developer

    • @notjustdev
      @notjustdev  3 года назад

      Thanks buddy and good luck

  • @dragonniteIV
    @dragonniteIV Год назад +3

    MANY MANY MANY THANKS! Got very frustrated with other tutorials. Since I also got issues when following along, I could somehow fix them and better yet: know what I am doing by listening to your explanation, instead of copying pasting code and watching the magic (not) happen.
    So, thank you again. :)

  • @nataliapamplona1401
    @nataliapamplona1401 2 года назад +1

    If someone is following this tutorial now "yarn add react-native-purchases" installs a version not compatible width the app. This is working for me: yarn add react-native-purchases@4.0.1 (which is the version that Vadim is using in the video). Thanks for the great tutorial

  • @mishalalhajri5497
    @mishalalhajri5497 3 года назад +3

    Thank you very much for your simple and informative tutorial. I was struggling in adding in-app-purchases using different libraries but I found this tutorial very helpful.

  • @ЕвгенийСахаров-ы1я
    @ЕвгенийСахаров-ы1я 3 года назад +3

    Какой жизнерадостный человек. Надо подписаться на него)

  • @m7amedk
    @m7amedk 3 года назад +2

    Very well documented and explained. Thank you so much for this, from your tutorial I was convinced that RevenueCat is what I need, and I signed up via your link. + You helped me setup everything.
    Much appreciated 🙏🏼🙏🏼💜

    • @notjustdev
      @notjustdev  3 года назад

      I am happy that you found it valuable

  • @kadenutopia
    @kadenutopia Год назад

    for some reason all my subscriptions are showing to be every 30 minutes even tho I set everything to be a year. Any idea whats going on? on a real device. 52:12 it shows that your subscription is every 5 mins aswell

  • @cani903
    @cani903 2 года назад

    I can't create products on google play console. The error message is "To add in-app products, you must add the BILLING permission to your APK file" and I have added the permission.

  • @testcasecase
    @testcasecase 9 месяцев назад

    how to handle same apple id but different emails for subscriptions? iap in react native....

  • @sgnlx_ai
    @sgnlx_ai 2 года назад +1

    This is the best video for setting up revenuecat on the internet. Thank you!

  • @YannickL
    @YannickL 2 года назад +1

    Thank you for this great tutorial... Little question about the Paid Apps agreement (+ bank and tax info). I seems to be project specific if you are building apps for clients who are monetizing the app. But on apple connect it looks like its tied to my developer account... do I have to ask my client to create an Apple developer account?

    • @notjustdev
      @notjustdev  2 года назад +1

      Yes, most probably that would be the best option. Your client craetes a deceloper account, and adds you as a contributor or developer

  • @michael-shakaikhanoba9810
    @michael-shakaikhanoba9810 3 года назад +2

    Bro love you man
    Please is this revenue cat also be used in the Netflix build for the protection frm non subscribers

    • @notjustdev
      @notjustdev  3 года назад +1

      I haven't planned that yet

    • @michael-shakaikhanoba9810
      @michael-shakaikhanoba9810 3 года назад

      @@notjustdev would love to see this being used for the Netflix build to make things secure 😋

  • @-EgoSerg-
    @-EgoSerg- 3 года назад +1

    Hi.
    Can you tell me, RevenueCat is working with React native Expo?
    Thanks

    • @LotfiORouis
      @LotfiORouis 2 года назад

      Hey Sergey, did you get an answer for that? Please let me know as I am struggling to find a way to manage subscriptions in my expo-cli project. Thank you

  • @FitnessClub8763
    @FitnessClub8763 3 месяца назад

    Im facing error on android "There is an issue with your configuration. check the underlying error for more details . Is this is the reason-> because my payment profile is has not been set and giving error "There is an issue with your payments profile" ? Is this can be the reason for not getting offers?

    • @AhmadRaza-gx1kv
      @AhmadRaza-gx1kv 21 день назад

      getting same error. did you resolve the error?

  • @nicholasdwyer9820
    @nicholasdwyer9820 Год назад

    For people watching this 2 years or more later, you should probably create a UserPurchaseInfoContext and getting is subscribed and other info once and access it anywhere by doing useContext.

  • @imPriyankCoder
    @imPriyankCoder 3 года назад +2

    Hey Vadim great tutorial but just out of curiosity why not to use stripe api ? or paypal ? just curious

    • @notjustdev
      @notjustdev  3 года назад +2

      For in app subscriptions, you cannot use 3rd party services, you have to integrate them with the app store and play store.

    • @imPriyankCoder
      @imPriyankCoder 3 года назад

      @@notjustdev isnt revenuecat is third party plugin?

    • @notjustdev
      @notjustdev  3 года назад +2

      @@imPriyankCoder Yes, it's a third party, however, they do not handle the payments. The payments are still handled by Appstore and Playstore, and RevenueCat only helps you with integration, tracking, monitoring, analyzing, and so on.

  • @kevincastroramirez4287
    @kevincastroramirez4287 2 года назад +1

    You just saved my life, thanks a lot.

  • @kahiggz
    @kahiggz 3 года назад +1

    Simply amazing! This tutorial has been a blessing! You are nothing short of pure legendary !

  • @artemzhydkov3141
    @artemzhydkov3141 3 года назад +1

    What about purchasing subs with iOS?

  • @SocratAz
    @SocratAz 2 года назад

    I come across this error with macOS and ios, someone is how to unlock I am under expo 45 "Invariant Violation: `new NativeEventEmitter()` requires a non-null argument."

  • @ajaykumaryadav6564
    @ajaykumaryadav6564 3 года назад

    HELP ME BROTHER !! i got an error over and over .. error while connecting to puchases [Error: One or more of the arguments provided are invalid.]......Please help me bro, i already follow all your steps as you mention them in video .

  • @dmcdcm
    @dmcdcm 3 года назад +1

    What tool do you use to make those cool little splash animations every time you click with the cursor?

  • @zakheleelton8953
    @zakheleelton8953 2 года назад

    Can you please make a tutorial where a user can download video to watch offline but there videos remains in the app just like RUclips/Netflix

  • @SurfsUpSeth
    @SurfsUpSeth Год назад

    Do you have a video on linking revenuecat with firebase and creating a hook that utilizes that workflow? Since there's a extension now for that?

  • @khongduocbocuoc
    @khongduocbocuoc 3 года назад

    Imagine if user buy more than one products, how user can restore just one of them ? I don't see anyway to provide a specific purchase ID or something like that.

  • @naunausos-dev3139
    @naunausos-dev3139 2 года назад

    Question pls - Why am I not able to find subscription on playstore? I have an approved Closed Test build.

  • @naunausosapp
    @naunausosapp 2 года назад

    In Play Store, when I click on Subscription, it just keep saying Upload a New APK. Do I have to have an approve bundle before I can create subscriptions? Thanks

    • @notjustdev
      @notjustdev  2 года назад +1

      you have to upload a new apk that has IAP enabled

    • @naunausos-dev3139
      @naunausos-dev3139 Год назад

      @@notjustdev Thank you very much

  • @erayunvanli6977
    @erayunvanli6977 Год назад

    LOG [TypeError: undefined is not a function]
    getPurchaserInfo() not function
    React native js

  • @Manish-qd1sz
    @Manish-qd1sz 3 года назад

    Hi I Have One Question If have Lost iOS Phone can I restore my account purchase for android in revnue cat

  • @skverskk
    @skverskk 3 года назад +1

    Awesome tutorial. One question- since I only develop on a PC, I guess setting up things on IOS using x-code is going to be impossible. Thx

    • @notjustdev
      @notjustdev  3 года назад

      To build for ios you would need a macos. On windows and linux the only option is to build and test on android emulators

    • @JustifiedTech
      @JustifiedTech 3 года назад

      You could try it on Hackintosh :P

  • @kisabatool6512
    @kisabatool6512 Год назад

    Hey bro! a great explanation but I wanted to ask about how to cancel a subscription?

  • @alexkey9372
    @alexkey9372 3 года назад +1

    Hi there, loved your tutorial but i'm afraid that if my project scales the cost will be very high to maintain thereafter. is there a free/cheaper alternative or if there's a way to cut costs with revenuecat when the project scales too?

    • @notjustdev
      @notjustdev  3 года назад +1

      You won't pay anything to revenuecat unless you make money. You will pay revenuecat a very small % of the total revenue you make. If your revenuecat fees will be huge, then congratulations, you are probably making millions $$ from your app.

    • @alexkey9372
      @alexkey9372 3 года назад

      @@notjustdev ok that's good to know! So i guess if it makes different amounts monthly pricing adjusts? e.g 100k one month next month 10k? I was thinking to do it natively cause I did apple pay stuff in swift before but I guess this might save time. I always consider that my project will scale though. thanks for the info!

  • @olanrewajuolatunde1675
    @olanrewajuolatunde1675 3 года назад +1

    This is good mate. Will check them out

  • @fitnessprincess5735
    @fitnessprincess5735 3 года назад

    you are most awesome developer you are doing very well please can you build shopify clone
    ????

  • @edgarmenesesbarragan4156
    @edgarmenesesbarragan4156 3 года назад +1

    Sorry but it's possible publish an react native app in the Play Store, using purchase methods like RenevueCat, Stripe, Openpay or another ?

    • @notjustdev
      @notjustdev  3 года назад +1

      Using RevenueCat - absolutely. It is possible because revenue cat is a middleware, and the transactions will go directly through play market and/or appstore. With Stripe and other 3rd party payment providers, it is different. THere are strict rules regarding when you can use them. Shortly, if the user buys physical goods, for example you are building a marketplace and user is buying some goods, you can use Stripe. In other cases, you have to use In App Purchases

    • @edgarmenesesbarragan4156
      @edgarmenesesbarragan4156 3 года назад +1

      @@notjustdevthank you very much for your attention, I want to incorporate monthly subscriptions, and I had read that it is strict to use google pay to upload the application to the play store. So isn't true?, What do you recommend me?

    • @notjustdev
      @notjustdev  3 года назад +1

      That's true. That's why I recommend you using RevenueCat, because RevenueCat will manage your google play subscriptions and make your life easier. RevenueCat just helps you setup and manage the google play IAP.

    • @edgarmenesesbarragan4156
      @edgarmenesesbarragan4156 3 года назад

      @@notjustdev Thanks bro 😁👌🏼💯

  • @fishingfinityapp
    @fishingfinityapp 2 года назад

    just some question, if you are using revenuecat as payment gateway for in-App purchase subscriptions. does google play and app store will also charge some fees? thanks

  • @leelachakra
    @leelachakra 3 года назад

    ENTITLEMENT_ID. What is it? What does it matter?

  • @MrRe-sj2iv
    @MrRe-sj2iv 2 года назад

    Could you make another video about how to implement introductory offers with RevenueCat?

  • @rv9570
    @rv9570 3 года назад

    Hey Man, Explanation is mind blowing , can you please also make a same video with flutter app if possible. The goal is that only the app can be used (all features) if they buy the subscription for monthly or yearly or weekly. So when the user download and open the app it should pop-up the subscription page and once they subscribe it they can use according to the subscription time limit and then again the same process. Thanks in advance.

  • @sentilayshorts
    @sentilayshorts Год назад

    can u do with iap and firebase and 3 product

  • @alexlindgren1
    @alexlindgren1 Год назад

    Great tutorial mate, great to get a high-level understanding of the workflow, much appreciated.

  • @yzzygomez
    @yzzygomez 2 года назад +1

    The tutorias is 🔥!!

  • @CyCoool
    @CyCoool 3 года назад

    Many Thanks! can RevenueCat generate the invoices for customer?

  • @oneafrodev
    @oneafrodev 3 года назад

    how about u show us how to implement crypto payments

  • @pradyumncs
    @pradyumncs Год назад

    Thank you Herooooooooooooo

  • @hihihihihihi9476
    @hihihihihihi9476 11 месяцев назад

    Brilliant presentation and explanation. Tx a lot ❤

  • @LotfiORouis
    @LotfiORouis 2 года назад

    Does it wok with EXPO CLI as well?

  • @thinkbeyond8660
    @thinkbeyond8660 3 года назад

    Thanks 🙏🌹❤ you remembered and make video ❤❤❤❤❤❤❤❤❤❤❤❤❤

  • @nithiodev3317
    @nithiodev3317 3 года назад

    Sir can you do a video showing apk build and deployment of react native applications

    • @notjustdev
      @notjustdev  3 года назад +1

      checkout the last video where I show how to build and deploy the Netflix clone

  • @fazzyakamello
    @fazzyakamello 3 года назад +1

    Amazing tuts bro. Keep it up

  • @musabgulfam4229
    @musabgulfam4229 3 года назад

    Can I get the complete source code please

  • @hectorvelasquez1037
    @hectorvelasquez1037 3 года назад +1

    tnks vadim you rock

  • @ihsanZed
    @ihsanZed 3 года назад

    new scrub here, your awesome bro.all your tutorial help us a lot. thanks

  • @webdevelopmentwebdesign7689
    @webdevelopmentwebdesign7689 3 года назад

    Hi Vadim, Amazing tutorial bro. When I put the app on Google Play for the first time, how do I put it free or paid?

    • @notjustdev
      @notjustdev  3 года назад +1

      It depends on what you want. A paid application will require an upfront payment to download the app. You can make it free, so everyone can download it for free, and provide extra content and feauters to pro users using subscriptions and revenuecat

    • @webdevelopmentwebdesign7689
      @webdevelopmentwebdesign7689 3 года назад

      @@notjustdev tnx bro

  • @ahmadazharbinatalib7303
    @ahmadazharbinatalib7303 3 года назад

    Very good info. Thankyou sir

  • @radosawrudnicki1563
    @radosawrudnicki1563 2 года назад

    Nice tutorial!

  • @chaincentive5911
    @chaincentive5911 3 года назад

    many thanks Vadim! :-)

  • @adre_
    @adre_ Год назад +1

    I feel like a knife has been stabbed in my brain every time you say "our". Please say it as our, not aaaaurrrrrrr. I watched the video with the sound turned off.