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

Add test device hashed id #7

Open ghost opened 3 years ago

ghost commented 3 years ago

When I try to run the example app on a phisical test device I get an error:

I/UserMessagingPlatform( 5404): Use new ConsentDebugSettings.Builder().addTestDeviceHashedId("...") to set this as a debug device.
W/UserMessagingPlatform( 5404): Invalid response from server.

What method in the package do I have to use to add the test device hashed id?