Has anyone succesfully implemented IAP on Android?
I’m knocking my head against the Xamarin InAppBilling component at the moment and it’s proving very frustrating! All my products are coming up as “unavailable”, which does not seem to raise an event or do anything I can pick up to update and return control to my player. On top of this, it also causes possibly the weirdest crash I’ve ever seen, causing a spurious “Object reference not set to an instance of an object” error that I would expect to see everywhere if the object referred to in the error had truly been wiped out.
Any pointer, suggestions, alternative APIs/packages/solutions for Google Play IAP?