AppLovin via Admob Mediation Unity error

514 views
Skip to first unread message

Alex

unread,
Apr 27, 2021, 1:32:28 PM4/27/21
to Google Mobile Ads SDK Developers
Hi,

I integrated AppLovinwith the help of tutorial: https://developers.google.com/admob/unity/mediation/applovin

Build goes fine, but after runnink the APK file I receive such error:
2021.04.27 20:22:01.657 29628 29628 Error AppLovinSdk [AppLovinSdk] Unable to find AppLovin SDK key. Please add  meta-data android:name="applovin.sdk.key" android:value="YOUR_SDK_KEY_HERE" into AndroidManifest.xml.
2021.04.27 20:22:01.657 29628 29628 Error AppLovinSdk [AppLovinSdk] Called with an invalid SDK key from: java.lang.Throwable: 
2021.04.27 20:22:01.657 29628 29628 Error AppLovinSdk at com.applovin.impl.sdk.W.a(Unknown Source:398)
2021.04.27 20:22:01.657 29628 29628 Error AppLovinSdk at com.applovin.sdk.AppLovinSdk.a(Unknown Source:105)
2021.04.27 20:22:01.657 29628 29628 Error AppLovinSdk at com.applovin.sdk.AppLovinSdk.getInstance(Unknown Source:1)
2021.04.27 20:22:01.657 29628 29628 Error AppLovinSdk at com.applovin.sdk.AppLovinSdk.getInstance(Unknown Source:14)
2021.04.27 20:22:01.657 29628 29628 Error AppLovinSdk at com.applovin.sdk.AppLovinSdk.getInstance(Unknown Source:5)
2021.04.27 20:22:01.657 29628 29628 Error AppLovinSdk at com.applovin.sdk.AppLovinSdk.initializeSdk(Unknown Source:2)
2021.04.27 20:22:01.657 29628 29628 Error AppLovinSdk at com.applovin.sdk.AppLovinSdk.initializeSdk(Unknown Source:1)
2021.04.27 20:22:01.657 29628 29628 Error AppLovinSdk at com.unity3d.player.ReflectionHelper.nativeProxyInvoke(Native Method)
2021.04.27 20:22:01.657 29628 29628 Error AppLovinSdk at com.unity3d.player.ReflectionHelper.a(Unknown Source:0)
2021.04.27 20:22:01.657 29628 29628 Error AppLovinSdk at com.unity3d.player.ReflectionHelper$1.invoke(Unknown Source:31)
2021.04.27 20:22:01.657 29628 29628 Error AppLovinSdk at java.lang.reflect.Proxy.invoke(Proxy.java:1006)
2021.04.27 20:22:01.657 29628 29628 Error AppLovinSdk at $Proxy11.onInitializationComplete(Unknown Source)
2021.04.27 20:22:01.657 29628 29628 Error AppLovinSdk at com.google.android.gms.internal.ads.yta$a.c(com.google.android.gms:play-services-ads-lite@@19.6.0:5)
2021.04.27 20:22:01.657 29628 29628 Error AppLovinSdk at com.google.android.gms.internal.ads.Kd.a(com.google.android.gms:play-services-ads-lite@@19.6.0:6)
2021.04.27 20:22:01.657 29628 29628 Error AppLovinSdk at com.google.android.gms.internal.ads.zja.onTransact(com.google.android.gms:play-services-ads-base@@19.6.0:3)
2021.04.27 20:22:01.657 29628 29628 Error AppLovinSdk at android.os.Binder.transact(Binder.java:1079)
2021.04.27 20:22:01.657 29628 29628 Error AppLovinSdk at gc.bb(:com.google.android.gms.policy_ads_fdr_dynamite@210890500@210890500057.359169010.359169010:2)
2021.04.27 20:22:01.657 29628 29628 Error AppLovinSdk at com.google.android.gms.ads.internal.initialization.f.e(:com.google.android.gms.policy_ads_fdr_dynamite@210890500@210890500057.359169010.359169010:0)
2021.04.27 20:22:01.657 29628 29628 Error AppLovinSdk at com.google.android.gms.ads.nonagon.initialization.a.run(Unknown Source:2)
2021.04.27 20:22:01.657 29628 29628 Error AppLovinSdk at android.os.Handler.handleCallback(Handler.java:938)
2021.04.27 20:22:01.657 29628 29628 Error AppLovinSdk at android.os.Handler.dispatchMessage(Handler.java:99)
2021.04.27 20:22:01.657 29628 29628 Error AppLovinSdk at qy.a(:com.google.android.gms.policy_ads_fdr_dynamite@210890500@210890500057.359169010.359169010:0)
2021.04.27 20:22:01.657 29628 29628 Error AppLovinSdk at com.google.android.gms.ads.internal.util.f.a(:com.google.android.gms.policy_ads_fdr_dynamite@210890500@210890500057.359169010.359169010:1)
2021.04.27 20:22:01.657 29628 29628 Error AppLovinSdk at qy.dispatchMessage(:com.google.android.gms.policy_ads_fdr_dynamite@210890500@210890500057.359169010.359169010:0)
2021.04.27 20:22:01.657 29628 29628 Error AppLovinSdk at android.os.Looper.loop(Looper.java:246)
2021.04.27 20:22:01.657 29628 29628 Error AppLovinSdk at android.app.ActivityThread.main(ActivityThread.java:8512)
2021.04.27 20:22:01.657 29628 29628 Error AppLovinSdk at java.lang.reflect.Method.invoke(Native Method)
2021.04.27 20:22:01.657 29628 29628 Error AppLovinSdk at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:602)
2021.04.27 20:22:01.657 29628 29628 Error AppLovinSdk at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1130)


What should I do to fix this?

P.S.:
Unity 2019.4.19f1
Admob SDK v5.4.0
GoogleMobileAdsFacebookMediation 3.2.0
GoogleMobileAdsUnityAdsMediation 2.6.0
GoogleMobileAdsAppLovinMediation 4.8.1
GoogleMobileAdsIronSourceMediation 2.0.3

Mobile Ads SDK Forum Advisor Prod

unread,
Apr 27, 2021, 5:15:25 PM4/27/21
to mrsh...@gmail.com, google-adm...@googlegroups.com
Hi Alex,

Thank you for bringing this question to our attention.In looking over your case, I will say first, to double check to make sure that you have setup the AppLoving adapter correctly in the AdMob UI as shown here. At the same time we would also suggest to keep an eye on these 2 documents, for Interstitial , and Rewarded Ads. As this is something that we are looking in to at the moment. It has thus been suggested that there needs to be updates to both of those documents which could help you with these issues.

Regards,
Google Logo
William Pescherine
Mobile Ads SDK Team
 


ref:_00D1U1174p._5004Q2GI0tw:ref

Alex

unread,
Apr 27, 2021, 6:40:44 PM4/27/21
to Google Mobile Ads SDK Developers
Hi William,

The error is connected to the AppLovin missing SDK. The error appears on startup. No placements are ready in that time.
The error exist for a very long time. But the ads are shown within this particular network. But I'm not sure they are shown for everyone, or somebody has such errors.

So do you know how to fix it?

среда, 28 апреля 2021 г. в 00:15:25 UTC+3, mobileadssdkforumadvisor:

Alex

unread,
Apr 27, 2021, 6:52:09 PM4/27/21
to Google Mobile Ads SDK Developers
I mean Applovin key. Should it be included in manifest or this error means something different?

ср, 28 апр. 2021 г., 01:40 Alex <mrsh...@gmail.com>:
--

---
You received this message because you are subscribed to the Google Groups "Google Mobile Ads SDK Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-admob-ads...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-admob-ads-sdk/5b93eb73-f3a9-4de0-9dc9-2f8619e9a2d3n%40googlegroups.com.

Mobile Ads SDK Forum Advisor Prod

unread,
Apr 28, 2021, 1:17:59 AM4/28/21
to mrsh...@gmail.com, google-adm...@googlegroups.com
Hi Alex,

I work along with William. Allow me to assist you in this.

As per checking, the team is currently working to update the Unity plugin to support the SDK v8 (iOS) / v20 (Android). We'll update you the soonest the new version has been release.

Regards,
Google Logo
Teejay Wennie Pimentel
Mobile Ads SDK Team
 


ref:_00D1U1174p._5004Q2GI0tw:ref

Mobile Ads SDK Forum Advisor

unread,
Jun 24, 2021, 6:09:46 AM6/24/21
to mrsh...@gmail.com, google-adm...@googlegroups.com

Hi Alex,

I hope you're doing well.

I work with Teejay and I just want to circle back on this. The team mentioned that this has been fixed. Please let me know if you still encounter the issue so I could raise this to the team once again.

Regards,

Google Logo
Princess Pamela Pineda
Mobile Ads SDK Team
 


ref:_00D1U1174p._5004Q2GI0tw:ref

Alex

unread,
Dec 6, 2022, 10:47:16 AM12/6/22
to Google Mobile Ads SDK Developers
Still has this error!
AppLovin Unity Mediation Plugin Version 6.4.3

четверг, 24 июня 2021 г. в 13:09:46 UTC+3, mobileadssdk:

Alex

unread,
Dec 6, 2022, 10:48:50 AM12/6/22
to Google Mobile Ads SDK Developers
I even tried to set AppLovin SDK key in AndroidManifest but it doen't help.

вторник, 6 декабря 2022 г. в 17:47:16 UTC+2, Alex:

Mobile Ads SDK Forum Advisor

unread,
Dec 6, 2022, 2:23:10 PM12/6/22
to mrsh...@gmail.com, google-adm...@googlegroups.com
Hi Alex,

I could see that you created a new thread with the details of your concern. Let's continue our discussion there instead for better tracking of the issue.

Regards,
Google Logo
Teejay Wennie
Mobile Ads SDK Team
 


ref:_00D1U1174p._5004Q2GI0tw:ref
Reply all
Reply to author
Forward
0 new messages