iOS Tutorial In App subscriptions with RevenueCat and AS_PremiumSummary [Videos]

In this tutorial I will show you how to create subscriptions in the Apple Developer console, how to link them with revenuecat, how to integrate the B4X-RevenueCat SDK in the app and how to present the whole thing to the customer in the app with AS_Settings and AS_PremiumSubscription. The B4X-RevenueCat SDK uses the iStore library. The RevenueCatPurchaseHelper takes a lot of work off the developer's hands.

In app subscriptions is a big topic and overwhelms you at the beginning, to save me and others a lot of time and work I have written libraries to minimize errors during implementation and get to the goal faster.

Overview of topics:
  • Creating subscriptions in the Apple Developer Dashboard
  • Linking subscriptions with Revenuecat
  • Integrate B4X-RevenueCat SDK into the app
  • Settings page with premium button
  • Design of the subscription page with feature listing and prices
  • Purchase processing and activation of premium features
  • Check whether the user has an active subscription


1740568746352.png
1740569096756.png


The example project is attached and requires the following libraries to run it:

I don't speak English that often, so bear with me for having a very German pronunciation.

Video 1 - With commentary

Creation of subscriptions in the Apple Developer Dashboard, prices, localizations, product identifiers



Video 2 - No commentary
Connect RevenueCat with the subscriptions from the apple developer account



Video 3 - With commentary



To execute the example project, please note the requirements defined above.
 

Attachments

  • inApp Subscriptions Example.zip
    200.4 KB · Views: 21
Top