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
It seems that code from here just doesn't call request permission (nothing happening when I test in simulator in Xcode).
My code for the first scene is: var request := ConsentRequestParameters.new() request.tag_for_under_age_of_consent = false UserMessagingPlatform.consent_information.update(request, _on_consent_info_updated_success, _on_consent_info_updated_failure) MobileAds.initialize()
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
hello! I'm struggling to pass App Store rejection because of not using App Tracking Transparency.
But I did everything according to the following tutorials:
https://poing-studios.github.io/godot-admob-plugin/privacy/user_messaging_tools/get_started/
https://poing-studios.github.io/godot-admob-plugin/privacy/user_messaging_tools/gdpr_iab_support/
https://developers.google.com/admob/ios/privacy
https://developers.google.com/admob/ios/privacy/idfa
https://developers.google.com/admob/ios/privacy/strategies
It seems that code from here just doesn't call request permission (nothing happening when I test in simulator in Xcode).
My code for the first scene is:
var request := ConsentRequestParameters.new()
request.tag_for_under_age_of_consent = false
UserMessagingPlatform.consent_information.update(request, _on_consent_info_updated_success, _on_consent_info_updated_failure)
MobileAds.initialize()
Please tell me what I'm doing wrong.
Thank you for the plugin!
Beta Was this translation helpful? Give feedback.
All reactions