BanhmiDev / admob_consent

This is a wrapper for Google's User Messaging Platform (UMP) SDK in Flutter
https://pub.dev/packages/admob_consent
Apache License 2.0
12 stars 11 forks source link

Consent message not showing up #12

Open vmkgalvatron opened 3 years ago

vmkgalvatron commented 3 years ago

I am using firebase_admob with consent_sdk package. I am not able to see consent message. I am getting following lines in terminal. I/UserMessagingPlatform(10516): Use new ConsentDebugSettings.Builder().addTestDeviceHashedId("E044C97978FC060327A4C4F01EE86A88") to set this as a debug device. D/UserMessagingPlatform(10516): Stored info not exists: IDFA_freqCapNumViews D/UserMessagingPlatform(10516): Stored info not exists: IABTCF_TCString D/UserMessagingPlatform(10516): Stored info not exists: IABTCF_AddtlConsent

Does consent message pop up only in EU countries? coz I am from India.

If it shown in European union then how can I see it for debugging?