Hi, I'm using this module to display ads: URL TO ADMOB MODULE
If i initiate the module like this:
admob.init(isReal, get_instance_ID())
Its working, test ad is appear, but i need init ads with content rating, i found this method:
initWithContentRating(isReal, get_instance_ID(), true, "G")
But now ads don't appear,so can anyone explain to me what I am doing wrong?
Have a nice day ;)