I have been working on this project for a while and haven’t had problems with the In App Purchases (IAP) but since the last “update” on the IAP there was a UDP package that I also imported, since then, I was unable to initialize IAP. Everytime I run it, it gives me an error saying:
“FileNotFoundException: Could not load file or assembly ‘UDP, Version=0.0.9.0, Culture=neutral, PublicKeyToken=null’ or one of its dependencies.
UnityEngine.Purchasing.StandardPurchasingModule…cctor ()”
And it points to this line in the “Purchaser” script:
" var builder = ConfigurationBuilder.Instance(StandardPurchasingModule.Instance());"
I need help with this, please.
Luka.