Welcome to AdInMo’s SDK docume...
...
IAPBoost
Unity IAP v4 Integration Guide
15 min
requirements unity 2021 3 lts or newer adinmoplugin v3 14 or above unity iap (upm) v4 x x free adinmo developer account sign up here installation prerequisites 1\ install unity iap v4 open package manager window→ package manager select unity registry from the dropdown (top left) search for "in app purchasing" install version 4 x x (latest stable) 2\ create adinmo developer account sign up for a free account at adinmo developer portal login to your developer portal dashboard navigate to downloads section to access the latest sdk 3\ install adinmoplugin download the adinmoplugin package from your adinmo developer portal import the unitypackagefile assets→ import package→ custom package verify installation check that adinmopluginfolder appears in your assets confirm version ensure it's v3 14 or above in the package documentation integration guide for existing unity iap v4 users (recommended) if you already have unity iap v4 working, this is a simple 2 step upgrade step 1 add compiler symbol open player settings edit→ project settings→ player find script compilation section (scroll down) add to scripting define symbols adinmo unity store v4 click apply and wait for recompilation navigation path step 2 replace initialize call change just one line in your existing code before after your existing purchase handling logic remains completely unchanged complete implementation example required imports full implementation critical product id matching your unity iap product ids must exactly match your adinmo campaign skus unity code adinmo dashboard common matching issues ❌ "premium upgrade"vs "premium upgrade"(case mismatch) ❌ "premium upgrade"vs "premium upgrade"(separator mismatch) ❌ "com yourcompany premium upgrade"vs "premium upgrade"(prefix mismatch) troubleshooting common issues 1\ compiler symbol not applied symptom unitypurchasingadinmoextensionsnot found solution add adinmo unity store v4to scripting define symbols restart unity editor after adding the symbol wait for full recompilation 2\ sku mismatch symptom purchases work but don't appear in adinmo dashboard solution double check product id spelling (case sensitive) verify sku configuration in adinmo portal check for hidden characters or extra spaces 3\ missing dependencies symptom build errors or missing references solution ensure unity iap v4 is installed via package manager verify adinmoplugin v3 14+ is imported check that all required assemblies are referenced