MoPub mediation shows "Manifest - Not found"

131 views
Skip to first unread message

IndieDeveloper

unread,
Jul 27, 2020, 9:09:50 AM7/27/20
to Google Mobile Ads SDK Developers
Trying to update the latest MoPub version through AdMob mediation. The MoPub account is not new and I've used previous versions.

Using "mediation:mopub:5.13.1.0" 

Using mediation test suite 1.3.0. and it shows under Manifest: Not found

However in the Google docs there is nothing to add in the Manifest.xml.
I've also try using the Mopub docs in regards to the manifest, but the issue remains.

I've got two other ad networks in mediation and they show ads fine in the test suite.








Mobile Ads SDK Forum Advisor Prod

unread,
Jul 27, 2020, 11:59:58 AM7/27/20
to exoir...@gmail.com, google-adm...@googlegroups.com
Hi IndieDeveloper,

Thank you for bringing this issue to our attention.

I was looking over our documentation of implementing the Mopub adapter into your app as shown here . From what I can see there is no need to add anything to your manifest as you stated. Only thing that I am seeing is the need to add the dependencies.

I will be bringing this issue to my team and seeing if there is any thing that they might know. I would suggest that you watch out for any updates on our release notes.

Regards,
William Pescherine
Mobile Ads SDK Team

ref:_00D1U1174p._5004Q22ZIqY:ref

IndieDeveloper

unread,
Jul 28, 2020, 3:32:02 AM7/28/20
to Google Mobile Ads SDK Developers
OK solved the issue. I lied, I didn't follow ALL of the MoPub docs, because I don't use reward or interstitials ads.


In any event the Google docs should be updated.


1) Won't compile, per MoPub docs needs  :

 android {
      compileOptions {
          sourceCompatibility JavaVersion.VERSION_1_8
          targetCompatibility JavaVersion.VERSION_1_8
      }
  }

 
2) Manifest Not Found. Adding the following solved it ,per MoPub docs.

<!-- Interstitials -->
<activity android:name="com.mopub.mobileads.MoPubActivity" android:configChanges="keyboardHidden|orientation|screenSize"/>
<activity android:name="com.mopub.mobileads.MraidActivity" android:configChanges="keyboardHidden|orientation|screenSize"/>

<!-- Rewarded Video and Rewarded Playables -->
<activity android:name="com.mopub.mobileads.RewardedMraidActivity" android:configChanges="keyboardHidden|orientation|screenSize"/>
<activity android:name="com.mopub.mobileads.MraidVideoPlayerActivity" android:configChanges="keyboardHidden|orientation|screenSize"/>

Note: Had to add "tools:ignore="MissingClass", since 3 of the 4 are missing.



Mobile Ads SDK Forum Advisor Prod

unread,
Jul 28, 2020, 5:41:33 AM7/28/20
to exoir...@gmail.com, google-adm...@googlegroups.com

Hi there,

 

Thank you for updating us on your concern.

 

It seems that the team is already aware of this error as well; it should be fixed on the next release of the MoPub mediation adapter. You may keep an eye out on our blog or release notes for updates on this.

 

Regards,

Ziv Yves Sanchez

Nehemiah

unread,
Jul 30, 2020, 6:05:23 AM7/30/20
to Google Mobile Ads SDK Developers
I'm also having the same problem

Mobile Ads SDK Forum Advisor Prod

unread,
Jul 30, 2020, 9:55:43 AM7/30/20
to nehemiah...@gmail.com, google-adm...@googlegroups.com
Hi Nehemiah.

Thank you for posting on this forum with your concern.

I see that another posted was created by you with this question. And I wanted to let you know that I have replied to you on that post.

As a heads up regarding this issue. It is something that as previously stated is being looked into and we would suggest that you keep an eye on our release notes. As there should be something on them relating to this.

Regards,
William Pescherine
Message has been deleted

Mobile Ads SDK Forum Advisor Prod

unread,
Jul 31, 2020, 10:59:04 AM7/31/20
to exoir...@gmail.com, google-adm...@googlegroups.com
Hi IndieDeveloper,

Glad to hear yours has been resolved. If in the future you should have any other issues please make sure to post here and we will be happy to help you.

Mobile Ads SDK Forum Advisor Prod

unread,
Aug 3, 2020, 11:46:24 PM8/3/20
to exoir...@gmail.com, nehemiah...@gmail.com, google-adm...@googlegroups.com

Hi all,

 

Thank you for your patience on this.

 

I just got word from the team that this issue should be fixed with the latest release of the Mediation Test Suite (v1.4.0). Could you kindly update to this version and see if it would work for you?

 

Regards,

Ziv Yves Sanchez

IndieDeveloper

unread,
Aug 4, 2020, 5:02:42 AM8/4/20
to Google Mobile Ads SDK Developers
Updated to Mediation Test Suite v1.4.0:
Yes it's works! Well done, thanks for the feedback!
Reply all
Reply to author
Forward
0 new messages