I am using unity reward based Ads in my android/iOS game. but when I check it Advertisement.IsReady (rewardVideoID);
always return false.
Also if check in Awake unity ads initialization is false
void Awake ()
{
Debug.Log ("Unity ads ini state : " + Advertisement.isInitialized); //it is false everytime
}
But I have enabled ads in Unity Editor so here I want to know why unity ads are not auto initializing. I used unity ads in my previous project it is initializing automatically.