How to Set Up In-App Purchases with RevenueCat

Поділитися
Вставка
  • Опубліковано 14 січ 2025

КОМЕНТАРІ • 17

  • @Martininindia
    @Martininindia 2 місяці тому

    I don't even use Swift and this was the most helpful tutorial out there. first 10 mins helped me immensely, thank you for explaining it simply.

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

    Do I have to purchase the Apple Developer account?

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

    when I open up Xcode, on the left side where files are it shows me "Runner" as the main folder. I do not have the app's name as the main folder like you do. What am I doing differently?

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

    what about setting one week free trial on the annual fee ?

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

      You don't need RevenueCat for that. You can offer a free trial by adding an introductory offer to your subscription. You can find more information about this on Apple's website (developer.apple.com/documentation/storekit/in-app_purchase/original_api_for_in-app_purchase/subscriptions_and_offers/implementing_introductory_offers_in_your_app ). Does that answer your question?

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

      I can’t find any more in Apple Store connect the free trial ( is not there maybe in 2023 ? )
      Also after u set it up there I don’t need to set it up in revenue cat ?

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

      @@ingoampt No worries. I created a step-by-step guide for you. You can find it on the Cocoacasts website ( cocoacasts.com/how-to-add-a-free-trial-to-a-subscription ).

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

    Thanks a lot to share, it is very helpful.
    When the subscription features a free trial period, how do you proceed to check the eligibility? My app returns the same error : " App running on sandbox without a receipt file".
    Thanks a lot for your help.

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

      Thanks for your comment. RevenueCat should handle a free trial seamlessly. A user with a free trial is in essence a user that has access to the features the subscription unlocks. About the error, I suggest reaching out to RevenueCat. Their support team is very helpful and they respond quickly.

  • @dev.faizan
    @dev.faizan Рік тому

    Thank You😊

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

    Thanks a lot for detailed steps.
    Is there a way to do the payment outside the itunes account using revenuecat(to support both android and ios)?
    I have implemented FIREBASE login with google/apple and I also have to support both android and ios devices with single account. So storing users data in firebase. Now I need to integrate payment so that user can either login from android/ios device. SINGLE PAYMENT needs to be made unlike itunes/playstore payment separately.
    Can revenuecat handle this maybe in web view redirection and do the necessary payment?

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

      RevenueCat is the source of truth for the subscription status of the user. Payments are not handled by RevenueCat. They are either handled by Apple, Google, or Stripe. I suggest you reach out to RevenueCat to discuss your situation in more detail.

  • @grzgrz.brzencistinkevicz
    @grzgrz.brzencistinkevicz Рік тому

    Could you show content of files OfferingView and PackageView?

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

      You can download the source files from the Cocoacasts website ( cocoacasts.com/how-to-set-up-in-app-purchases-with-revenuecat ).

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

      @@Cocoacaststhis code is not working , how can we have the link of the exact package ?

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

      @@ingoampt I fixed the link. The closing parenthesis was causing an issue.