在构建应用程序并将其安装到我的手机后,admob广告不显示横幅和非页内广告?有人可以帮帮我吗?
这是我必须更改代码以显示应用程序的文件
<!-- ADVERTISING VARIABLES ___________________________________________________________________________________________ -->
<!-- Admob settings____________________________________________________________________________________________________________________ -->
<!-- Banner Ad unit id - you should get the banner ad unit id from admob - OPTIONAL - MAY BE LEFT EMPTY TO DISABLE BANNER ADS -->
<string name="BannerAd_unit_id"></string>
<!-- Interstitial Ad unit id - you should get the Interstitial ad unit id from admob - OPTIONAL - MAY BE LEFT EMPTY TO DISABLE INTERSTITIAL ADS -->
<string name="InterstitialAd_unit_id"></string>
<!-- The Interstitial ad can be shown once every 2 gameovers. replace with 1 to show it after every gameover -->
<integer name="ad_shows_every_X_gameovers">1</integer>
<!-- Rate button settings__________________________________________________________________________________________________ -->
<!-- link is created automatically from package. Make sure package id is the same as the one used in google play -->
<string name="unable_to_reach_market">Error reaching market. Please check your internet connection</string>
答案 0 :(得分:0)
您需要为AdUnitIds实际提供值,否则Admob无法投放广告。