Unity Ads and Android Native (or any other plugin)

I integrated Unity Ads in my Android Game. It works in Editor, but i don’t see any ads even in Test Mode. I tried the same in a new Project, and it worked. In my game i have also integrated Android Plugin so i guess its an Activity Issue. I need both Android native plugin and UnityAds. So remove anyone is not a solution. Did any one faced this issue? If yes then how can i solve it?

Yeah, this issue has been floating around. Can you post the version numbers of everything you’re using (Unity, Unity Ads, Android Native, Android SDK & target API, JDK, etc.)?

If you’re able to build an APK, it might be helpful to send a link to me of a version with Development Build enabled so I can see the extended debug levels in logcat.

Thanks.

I was using Android Native 5.2. I updated to 6.0.1. Now it works :slight_smile:
Since version 6.0, the android native plugin doesn’t override the main activity anymore.
:smile:

1 Like

Nice! Thanks for the heads up.