I am using admob to display ads in my android app. I can add single Test Device using addTestDevice("DEVICE_ID")
But how to add multiple devices as Test Devices?
I tried addTestDevice("DEVICE_ID_1, DEVICE_ID_2, DEVICE_ID_3")
but its not working.