Solved

Auto-Renewable Subscription + Consumable

  • 1 September 2021
  • 2 replies
  • 89 views

Badge

This is for iOS.

Is it possible to provide the paying user with a consumable In-App Purchase at the time of their initial subscription and subsequent renewals? 

For example, the user signs up for a 3-month subscription. At that moment we give him 10 apples. Three months later when his subscription renews, he gets 10 more apples. 

If there’s not an easy way with RevenueCat or iOS, then I’m sure I can think up a workaround using some Booleans and Timestamps - figured I check first.

Thanks!

icon

Best answer by tina 7 September 2021, 22:13

View original

2 replies

Userlevel 5
Badge +10

Hey @Craig Anthony!

You can use RevenueCat webhooks to help with this implementation. You will receive an event for the initial subscription and any subsequent renewals. When your servers detect one of these events, you can grant the customer their apples.

Badge

Thanks for the info Tina, I appreciate you responding.  I’ll give this a shot. 

Reply