User purchase featured using IAP

How can I keep track, when users purchase a feature using IAP. I want to know if I’m doing the correct thing when using IAP. Below is the screenshot of how I’m putting it together. Any suggestions?

hey @eronmix, i would recommend storing each purchase in the database on success (like your screenshot). You could call the database Receipts or similar.

You probably also want to assosciate the user with the purchase, this way you can use that later to find out if they purchased the IAP or not

Hello, can I use the number property or the text property when creating the database?

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.