Skip to content

adpushup/ApMediationSdkUnity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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.


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages