Setup checklist
- confirm your app targets Android
24+ - initialize the SDK only from the main app process
- prepare your AppActor key and Google Play products before first purchase testing
- add
INTERNETpermission if your app manifest does not already include it
Install Referrer ordering
If your app uses Google Play Install Referrer support, enable it afterconfigure().
See Install Referrer for the dedicated platform attribution setup.
Wrapper note
com.appactor:appactor-plugin is the separately published bridge or wrapper artifact. Use it only if you are integrating AppActor through a hybrid layer rather than a pure native Android app.