Reputation: 263
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
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