Hello I have a problem with Unity Ads 2.0.8/Unity 2017.4.29f1. When I’m using Advertisement.Initialize(id, true), true is ignored and Advertisement.testMode is returning false. If I force test ads from unity dashboard Advertisement.testMode is still returning false but ads are actually in “test mode”. The only reliable way to have full control over it and expect stable results is by using testMode checkbox inside of unity and building a new apk. Then depending on selection Advertisement.testMode is returning correct results and ads are working as expected.
Is this a bug or am I missing something?
It seems like Advertisement.Initialize(id, testMode) is not working properly.
It seems like changing value in unity dashboard to force test ads is working but Advertisement.testMode is returning false anyway.