I have a problem with Ionic 3 when trying to display ads with Admob Free plugin. My Ads will only show in test mode (isTesting: true). If I set it to false or comment the li
I have faced this issue and some of the mistakes i did was:
1) I had placed my App-Id as my Ad-Id. You will get the correct Ad-Id when you create an ad instance in Admob
2) I had placed all my ad-configuration in the controller of my component, and what you are supposed to do is to place it in a ionViewDidLoad() method.