In the last update of Admob, if you use the native ad, it shows a popup with tips about the ad.
developers.google.com
If your implementation has no issues, you can disable the validator warning putting this line in the manifest:

Native Validator | Android | Google for Developers

If your implementation has no issues, you can disable the validator warning putting this line in the manifest:
B4X:
AddApplicationText(
<meta-data android:name="com.google.android.gms.ads.flag.NATIVE_AD_DEBUGGER_ENABLED" android:value="false" />
)
Last edited: