You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following values are set to -1 as default in godot scripts. And these values are passed to Admob SDK directly, which causes the personalized ad is disabled and revenue loss. Unspecified values can not be set through this api.
Take Admob Unity plugin as a reference. It converts these values to native constants in ObjC code explicitly.
abcjjy
changed the title
[BUG] RequestConfiguration is set to wrong value
[BUG] RequestConfiguration is set to improper default value
Jun 3, 2024
abcjjy
changed the title
[BUG] RequestConfiguration is set to improper default value
[BUG] RequestConfiguration is set to inappropriate default value
Jun 3, 2024
Godot version
4.2.2
Plugin version
v3.1.1
Phone information
iPhone X iOS 14.8
Issue description
Following values are set to -1 as default in godot scripts. And these values are passed to Admob SDK directly, which causes the personalized ad is disabled and revenue loss. Unspecified values can not be set through this api.
Take Admob Unity plugin as a reference. It converts these values to native constants in ObjC code explicitly.
godot-admob-ios/PoingGodotAdMob/src/ads/PoingGodotAdMob.mm
Lines 53 to 54 in ba09239
Steps to reproduce
Use default request configuration to setup.
Additional context
No response
The text was updated successfully, but these errors were encountered: