Non-subscription Purchases
Learn how to manage non-subscription products
Last updated
Learn how to manage non-subscription products
Last updated
Non-subscription products are consumable and non-consumable products.
Deepwall SDKs create and restore in-app purchases for both subscriptions and non-subscription products, and validate user receipts for you without the need for additional code.
You can see the guide for making purchases.
For consumable products, you need to mark the purchase as consumed for consumable product to be purchased again.
Use this method to enable your app to make the one-time product available for purchase again.
Deepwall SDK triggers events for consumption which gives you the ability to manage the consume flow in your app.
Whenever a consume is successful, Deepwall Android sends a consume success event.
Whenever a consume fails due to an error, Deepwall Android sends a consume fail event.
You can check out the following guide to learn more about listening to all the SDK events and parameters:
You can also check out the following guide for troubleshooting the most common errors while setting up the in-app purchases and Deepwall SDK:
iOS Event
Android Event
N/A
CONSUME_FAILURE
Parameters :
N/A
iOS Event
Android Event
N/A
CONSUME_SUCCESS
Parameters :
N/A