Question

Non renewing subscription only purchased once


Badge

Hi, is it possible to create a non renewing subscription with a specific duration and have a user only buy it once? I’m trying to create a one-time-free purchase of the app that automatically expires after a day and does not renew for the user


This post has been closed for comments

3 replies

Badge +4

Hi,

You can definitely create non-renewing subscriptions which suits perfectly your case. 

Here’s the documentation for the AppStore and we also support it in RevenueCat and it comes as `NON_RENEWING_PURCHASE` event.

 

I hope this helps!

Badge

Thank you for your message! That makes sense. Is it possible for the user to not be able to buy the purchase again even if it expires? Is this something that apple provides or would have to be implemented on our end? 

Badge +4

No worries, happy to help!

You could use a non consumable product which is only allowed to be bought once and it’s meant to never expire. Is this what are you looking for?

 

Best,