v2 of the plugin is not compatible with older v1 versions.
The following steps need to be made to upgrade the plugin:
Completely delete the old folders from GleyPlugins folder: About, Common & EasyIAP
Replace the old: IAPManager.Instance
With the new: Gley.EasyIAP.API
Add using Gley.EasyIAP;
the old: IAPManager.Instance.InitializeIAPManager(InitializeResult);
becomes: Gley.EasyIAP.API.Initialize(InitializeResult);
Last updated 2 years ago
// old IAPManager.Instance.BuyProduct(ShopProductNames.Coins, ProductBought); //new Gley.EasyIAP.API.BuyProduct(ShopProductNames.Coins, ProductBought);