How to Fix the “Google-served ads obscuring content” Issue

Motivation:

You got the “Google-served ads obscuring content” issue from AdMob.
This issue happens to your iOS app.
You need to fix it to re-enable your ad serving.

Solution:

1. Upgrade the AdMob SDK to the latest version.

2. Modify your code to add space between Google ads and your content.
The typical code is as follows.

view.layoutMargins = UIEdgeInsets(top: 16, left: 16, bottom: 16, right: 16)

3. Request a review in AdMob Policy center.
Include the below message in the review request.

We have upgraded the AdMob SDK to the latest version (9.5.0) and added space between the content and the ads. Code: view.layoutMargins = UIEdgeInsets(top: 16, left: 16, bottom: 16, right: 16).

How to relink an AdMob app with App Store app

Motivation: You have an AdMob application that already links to an incorrect Google Play app or Apple Store application. You want to change this incorrect link.

Solution: If the app is already linked, you can’t change it. For Android apps, you can add additional stores after linking.

The only thing that you can do at this moment is to go to Apps > VIEW ALL APPS, then find the correct app you linked, and create a new ad unit for use.

Reference: https://support.google.com/admob/answer/10037806