[Solved] getting started with IAP... where to go?

Hi, I’m just getting started with IAP and am a bit confused. Where should I begin?
Best thing to me would be an up to date video walkthrough of how to set up a IAP system on android complete with code.
I’ve found multiple tutorials/guides but they either are old or are too advanced.

Thanks

tried this tutorial (with unity 5.3.5f1):
https://unity3d.com/learn/tutorials/topics/analytics/integrating-unity-iap-your-game

I’m getting a series of errors, first one is
Assets/Purchaser.cs(56,57): error CS0103: The name `StandardPurchasingModule’ does not exist in the current context

Is this tutorial out of date?

update: found this comment in the forum Unity IAP Docs - Unity Engine - Unity Discussions
Suggested to manually import unity IAP package (link in the post), which worked. Now no errors.
:smile:

1 Like