我试图在我的 android phonegap 应用程序中添加广告,但我没有得到任何东西......我使用 phonegap 0.3.3
我的 admob 键广告键是这样的:ca-app-pub-9718633180389415/1973821888
我的 config.xml 我有:
<plugin name="com.admob.google" spec="4.0.8" source="pgb" />
然后尝试了我的索引:
function onDeviceReady() {
document.removeEventListener('deviceready', onDeviceReady, false);
// Set AdMobAds options:
admob.setOptions({
publisherId: "ca-app-pub-9718633180389415/1973821888", // Required
interstitialAdId: "ca-app-pub-9718633180389415/1973821888", // Optional
tappxIdiOs: "/XXXXXXXXX/Pub-XXXX-iOS-IIII", // Optional
tappxIdAndroid: "/XXXXXXXXX/Pub-XXXX-Android-AAAA", // Optional
tappxShare: 0.5 // Optional
});
// Start showing banners (atomatic when autoShowBanner is set to true)
admob.createBannerView();
// Request interstitial (will present automatically when autoShowInterstitial is set to true)
admob.requestInterstitial();
}
但会显示:我正在使用https://github.com/sunnycupertino/cordova-plugin-admob-simple