Hello!
I am trying to implement AmazonAds (v. 6.0.0).
When I set
enableTesting(true);
I can load and show Interstitial Ad and AdView.
But without it I always get NO_FILL error.
I am trying to show ads to users in UK (and Belarus via UK vpn for testing). Both variants provide with same result.
I've read in faq that I need to use TCFv2 to properly show ads. But there is no instruction on how to get Consent String. Only instruction on this topic is to look it up at github repository. I have tried some things, but so far no results.
Can someone answer what is it that I do wrong? Is TCFv2 necessary? And if yes, can someone provide step by step guide to implement its usage?