Hi @KMullins,
It looks like I found another issue with the component when I run PurchaseManager.PurgeProducts(); PurchaseManager.RestorePreviousPurchases();
then InAppPurchasesRestored
always returns 0 and foreach (InAppProduct product in PurchaseManager)
returns 0 products either. Then I invoke PurchaseManager.RestoreProducts ();
and iterate through PurchasesManager I see all 3 purchased products but all of them has purchased false flag. Do I need to somehow explicitly set "purchased" flag on InAppProductPurchased event or it's an issue related to restoring products?
Thanks