dreamsoftin / facebook_audience_network

Flutter Facebook Audience Network
https://pub.dartlang.org/packages/facebook_audience_network/
MIT License
156 stars 99 forks source link

Test device id is not printed #26

Open ghost opened 4 years ago

ghost commented 4 years ago

Tried multiple pugins for admob and facebook,but none of them are printing my device id. Even i tried to create an dummy Native Android app in Android studio but the test device id is not printed,Some of the apps which are in playstore shows different ids for different apps.This plugin also not printing my test device id

shinewanna commented 2 years ago

Run in terminal: flutter run --verbose

You will find the test id in the terminal print

AdSettings.addTestDevice("8962fae9-2ea6-4de1-b6e7-de284a9f015");

Vakil-Parth commented 2 years ago

+1