Unity Ads: TestFlight & Google Play Beta Testing

If I understood correctly, if I’m testing Unity Ads on a device, I have to type the advertising ID’s of every test device (Unity Ads Console). Correct? But what about if I want to do a public beta testing using TestFlight or Google Play Beta Testing? It’s basicly impossible to get those IDs.

So, is it possible to test Corona game that uses Unity Ads with TestFlight and Google Play Beta Testing?

You can use testMode=true during init() to make sure only test ads are displayed during beta testing

https://docs.coronalabs.com/plugin/unityads/init.html

You can use testMode=true during init() to make sure only test ads are displayed during beta testing

https://docs.coronalabs.com/plugin/unityads/init.html