I'm implementing the consent form as instructed in the documentation, but when I'm executing at runtime the test the plugins are not loaded:
PoingGodotAdMobUserMessagingPlatform not found, make sure you marked all 'PoingAdMob' plugins on export tab
PoingGodotAdMobConsentInformation not found, make sure you marked all 'PoingAdMob' plugins on export tab
PoingGodotAdMobUserMessagingPlatform not found, make sure you marked all 'PoingAdMob' plugins on export tab
Ads are configured and working as expected with mediation (META)
Can you advice if there is an additional step to be completed? I would expect this plugin to be loaded with the AdMob plugin and the binaries included in the core and ads package.
Steps to reproduce
Implement consent form as for documentation
Run on device (iOS/Android)
Additional context
Message is generate when loading the consent form
UserMessagingPlatform.consent_information.get_is_consent_form_available():
as the _get_plugin method is not finding the given plugin
Godot version
4.2.1
Plugin version
3.1.0
System information
Sonoma 14.3.1 (23D60)
Phone information, if applicable
iPhone 8 and Pixel 5
Issue description
I'm implementing the consent form as instructed in the documentation, but when I'm executing at runtime the test the plugins are not loaded:
Ads are configured and working as expected with mediation (META)
Can you advice if there is an additional step to be completed? I would expect this plugin to be loaded with the AdMob plugin and the binaries included in the core and ads package.
Steps to reproduce
Additional context
Message is generate when loading the consent form
UserMessagingPlatform.consent_information.get_is_consent_form_available():
as the _get_plugin method is not finding the given plugin