Skip to content

Latest commit

Β 

History

History
58 lines (34 loc) Β· 1.39 KB

File metadata and controls

58 lines (34 loc) Β· 1.39 KB

AdPushup Mediation SDK - Unity Plugin

Easily integrate AdPushup's Ap Mediation Adapter into your Unity games using Google AdMob.


πŸ“¦ Installation

  1. Install Prerequisites

  2. Import the Plugin

    • Download the latest ApMediationSdk.unitypackage from Releases
    • In Unity: Assets > Import Package > Custom Package...
    • Select ApMediationSdk.unitypackage and import all
  3. Resolve Dependencies

    • EDM4U will automatically detect the file and fetch the required adapter () from Maven Central.

🐞 Enable Debugging (Optional)

If you'd like to enable debug logging from AdPushup SDK, call:

ApMediationSDK.EnableDebug(true);

Make sure to call this before initializing AdMob.


βœ… Unity Compatibility

  • Unity 2019.4+
  • Android only (iOS Coming Soon)
  • Requires Google Mobile Ads + EDM4U

πŸ”§ Troubleshooting

If dependencies don't resolve automatically, go to: Assets > External Dependency Manager > Android Resolver > Resolve

Make sure your project has internet access and gradle properly configured.


πŸ“ Advanced

If you prefer manual setup instead of .unitypackage, you can copy the Assets/ folder into your Unity project directly.