IONIC 3 - Admob Free not displaying Ads when testing is false

后端 未结 4 1552
青春惊慌失措
青春惊慌失措 2021-01-11 09:21

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

4条回答
  •  再見小時候
    2021-01-11 09:45

    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.

提交回复
热议问题