nooralibutt / easy-ads

This repo has the integration of AdMob, AppLovin-Max, UnityAds, and Facebook ads.
https://pub.dev/packages/easy_ads_flutter
BSD 3-Clause "New" or "Revised" License
38 stars 19 forks source link

List of test device ids #32

Closed lcuis closed 2 years ago

lcuis commented 2 years ago

Is there a way to list the test device ids for each ad network?

nooralibutt commented 2 years ago

Not every ad network provide support for test device ids and why do u need to list them and to answer your question. No we can't list the test device ids bcz these test device ids are provided by you so why library should provide that support

lcuis commented 2 years ago

I am asking here, on your promising plugin because other plugins support this at least for AdMob. If there is a way to list the device ids without going through the plugin, I am more than happy to try. Listing test device ids is important to me because I need the ability to test without risking getting banned. Banning, at least on AdMob, is pretty irreversible and global for a company - thus, extremely damaging.

nooralibutt commented 2 years ago

Oh that device id will be listed automatically in the case of admob and you can mention it while initializing plugin

lcuis commented 2 years ago

Indeed, there is a testDeviceIds list for AdMob initial configuration. Thanks for that, closing.