GBg
GBg

Reputation: 263

Delphi 10.4 TbannerAD return error 3 in test mode

I want to add an ad display for my app i create Ad unit in https://apps.admob.com/ i set TestMode and AdUnitID (Ad unit ID) in my application. i add

<meta-data 
            android:name="com.google.android.gms.ads.APPLICATION_ID"
            android:value=""/>

<---My APP ID is here

(I could not find the app ID settings inside the Delphi IDE That's why I added it to the manifest file manually)

but when i call LoadAd (want show AD) (test mode is active) get Error 3.

Upvotes: 1

Views: 166

Answers (1)

Blurry Sterk
Blurry Sterk

Reputation: 1605

This does not seem to be a Delphi issue but an AdMob error which seems to be that there just are not ads available to show.

Upvotes: 1

Related Questions