What do I use for processing developer products?

I was working on making developer products for my friend’s game. I just got about everything done, but I noticed that there is a warning for “PromptProductPurchaseFinished”. The warning states as follows: “Warning: do not use to process developer product purchases!”. I was wondering how I would process a developer product without using “PromptProductPurchaseFinished”. Thank you for reading, and I will appreciate any feedback.

You use PromptProductPurcase to prompt the purcase of the product, ProcessReceipt callback to detect the receipt of the product purchase and then you use Enum.ProductPurchaseDecision to either say it was successful or that it was non sucessfull.

1 Like

Thanks! I never noticed they changed it until now.