Iap purchase successfully or not

How can I check if the purchase is successful or not and how can I get previous purchases.

Pls help @jared @wei @jane @muneer @domhnallohanlon

2 Likes

There is currently no way to get the recent purchases for one time payment.

The block in the IAP component
image

only works for subscription.

4 Likes

@muneer Can I see your blocks how you do if statement to verify if user has active subscription purchased?

Iā€™m trying to figure out how to use either of these blocks to check if the user has already purchased this IAP subscription.

This is how I used the blocks to see what it returns.


What it returned has me confused.


1 Like

The Purchase Info is a JSON object. You need to convert the object to JSON text if you want to view it in a label.

Use something like this
image

1 Like

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