Shin-NiL / Godot-Android-Admob-Plugin

Android AdMob plugin for Godot Game Engine 3.2 or higher
MIT License
543 stars 66 forks source link

Let user reconfigure gpdr consent? #229

Open Tobi-La opened 10 months ago

Tobi-La commented 10 months ago

Godot version: 3.5.3 AdMob Plugin version: 6.2.0 Issue description:

The user has to be able to change the gpdr consent configuration as far as I know. But when I call request_consent_info_update() a second time, I just get the on_consent_info_update_success callback without the configure window being opened.

And the reset_consent() should not be used for that according to the doc.