googleads / googleads-mobile-unity

Official Unity Plugin for the Google Mobile Ads SDK
https://developers.google.com/admob/unity
Apache License 2.0
1.34k stars 1.09k forks source link

GoogleMobileAds.Ump.Android.ConsentFormClient..ctor #3093

Closed hieulvsupga closed 5 months ago

hieulvsupga commented 5 months ago

Environment -Unity version: 2021.3.15f1 -Google Mobile Ads Unity plugin version: 8.5.3 -Platform: Android -Mediation ad networks used, and their versions: Unity, Meta Describe the problem: -After making the game public, firebase sent me this notification " Non-fatal Exception: java.lang.Exception AndroidJavaException : java.lang.ClassNotFoundException: com.google.unity.ump.UnityConsentFormCallback e "

NVentimiglia commented 5 months ago

Hi @hieulvsupga

The java.lang.ClassNotFoundException usually happens when the UMP .arr dependency is not included in the build. This sometimes happens when the External Dependency Manager fails to resolve and we did not configure the gradle manifest.

Can you please confirm that the dependencies are included in the build.

Let me know if you need assisstance, Nick