hi!
i got a problem to integration the admob mediation. please help me!
The steps what i did:
1. add the adcolony.jar to the "Plugins/GoogleMobileAdsPlugin/libs" folder.
2. add permissions and activities to "Plugins/GoogleMobileAdsPlugin/AndroidManifest.xml" like the doc says.
3. copy the "GoogleMobileAdsDemoScript.cs" from official github to project. change the Ad Unit IDs.
4. build and run.
when i request rewarded video i got many this error:
05-04 21:40:39.128: E/AdColony(32129): AdColony methods used before initialization, Activity reference is null. Disabling AdColony until next launch.
then app is crashed.
what is wrong?