In both case `PurchaseProcessingResult ProcessPurchase(PurchaseEventArgs args)` function gets called. But I want shiny animation to play on new purchases, and "silently" restore the old ones (no animation). Is there any way to tell in the `PurchaseProcessingResult` function if it's a new purchase or a restored one?
↧