How do i cancel a ProductPurchasePrompt

There is no way to do this currently.

Use a custom ui that hides after 15 seconds. This ui then prompts the purchase on a button click. Probably not the best UX-wise as they have to click ‘purchase’ twice, but it’s the best we can do…

That’s actually how i did, the problem is If they click the button during the 15 seconds but purchase dev product after the 15 seconds is up (since theres no way to hide it after the 15 seconds) they’ll waste their money. I found a better alternative in a reply above

1 Like

Alright glad you found something that works.

Alternatively you could record the time at which they click on the custom prompt button, and use that for checking if it’s within 15 seconds or not.

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