Should I Add My Android Device as Test Device Even If Test Mode Is On In My Project?

Hello everyone,

I am trying to add UnityAds rewarded video and banner ads to my project.

I have enabled the test mode on dashboard, on services window in the editor and in the relevant script.

Do I still have to add my android device/s, on which I will test the builds of my game before production/publication, as test devices on the dashboard?

Thanks in advance.

It’s not required to also add each device as a test device - initializing the SDK in test mode or setting the dashboard override is all you need :slight_smile:

Thank you very much.