question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

No such proxy method: GoogleMobileAds.Ump.Android.OnConsentFormDismissedListener.onConsentFormDismissed(null)

See original GitHub issue

Step 0: Are you in the right place?

  • For general technical questions, or help with project-specific issues like setting up ads in your app, reach out to our support team on the Developer Forum.

  • For assistance with your AdMob account, reach out to AdMob Support.

  • For feedback on our documentation, send your feedback by pressing the Send Feedback button at the top right of the documentation page you are on.

  • For issues related to the code in this repository, continue filing this GitHub issue.

  • Once you’ve read this section and determined that your issue is appropriate for this repository, please delete this section.

[REQUIRED] Step 1: Describe your environment

  • Unity version: 2022.3.5.f1
  • Google Mobile Ads Unity plugin version: 8.4.1
  • Platform: _____ (iOS, Android, Unity Editor) Android
  • Platform OS version: _____ (eg iOS 10, Android 9) Android 13
  • Any specific devices issue occurs on: _____ Google Pixel 6a
  • Mediation ad networks used, and their versions: _____ N/A

[REQUIRED] Step 2: Describe the problem

After user dismissed the consent form, following error appears:

2023/07/19 11:04:25.078 345 345 Error Unity Exception: No such proxy method: GoogleMobileAds.Ump.Android.OnConsentFormDismissedListener.onConsentFormDismissed(null)

Steps to reproduce:

What happened? How can we make the problem occur?

Delete the game and reinstall it, After loading the consent form and showing it, close it and the above error happens.

Please share a downloadable sample project that reproduces the bug, if available. This greatly helps us to diagnose and fix the issue faster.

Relevant Code:

// TODO(you): code here to reproduce the problem

Issue Analytics

  • State:open
  • Created 2 months ago
  • Comments:21 (8 by maintainers)

github_iconTop GitHub Comments

3reactions
NVentimigliacommented, Aug 15, 2023

@Nyankoo @CraZCodr @majidkh

We have identified and confirmed the issue and are looking into a fix.

1reaction
Nyankoocommented, Aug 15, 2023

@NVentimiglia No.

ConsentForm.LoadAndShowConsentFormIfRequired(onFormDismissed);
private void onFormDismissed(FormError error){}
Read more comments on GitHub >

github_iconTop Results From Across the Web

Unity Ads - No such proxy method on Android
Hello, Recently I updated Unity from 5.4.x to 5.5.2f1. All things in my game worked good, so I maked a build and released...
Read more >
ConsentForm.OnConsentFormDismissedListener | Android
Interface definition for a callback to be invoked when a consent form is dismissed. Public Method Summary. abstract void. onConsentFormDismissed ...
Read more >
What should be put inside onConsentFormDismissed ...
I have followed the official Android Doucumentation to implement UMP. This is the code I have: public class MainActivity extends ...
Read more >
Unity Exception: No such proxy method: onPaidEvent
I'm embedding a native google admob in my unity project as described here. Almost everything worked, however I have one question: when I...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found