admob

Show a constant admob ad banner in all the activities

寵の児 提交于 2019-12-20 04:33:02
问题 I am working on an android application, i have embedded admob ad at the bottom of each activity and its shows ad in all activities, but i want to show a constant admob ad in all the activities that displays all the time without destroy itself during switching activities, please help me if any one know the solution for this problem, i have 3 activities and i also try to create a base class and extends all activities with this base class and call the function which creates and load the ad, but

AdMob and how does it work?

南楼画角 提交于 2019-12-20 02:14:03
问题 I'm confused about AdMob. I just signed up and I want to put ads in an app. I went to add site/app thinking this was it. There is a question and field that says Android package url. I clicked the question mark and it talks about formatting it like this market://details?id=. First, it talks about how it will link my app to ads so if someone clicks on it then it will go to my app in the marketplace. Well I haven't put the app in the market place yet and I don't think that is even a correct URL

AdMob and how does it work?

寵の児 提交于 2019-12-20 02:13:12
问题 I'm confused about AdMob. I just signed up and I want to put ads in an app. I went to add site/app thinking this was it. There is a question and field that says Android package url. I clicked the question mark and it talks about formatting it like this market://details?id=. First, it talks about how it will link my app to ads so if someone clicks on it then it will go to my app in the marketplace. Well I haven't put the app in the market place yet and I don't think that is even a correct URL

Why is admob ad unit Frequency capping not working?

天涯浪子 提交于 2019-12-19 17:45:29
问题 I set two impressions per minute per user but it doesn't work. Ads keep showing every time. [IMAGE] https://i.imgsafe.org/95d5e259bf.png on admob site they say : A change to frequency capping, such as changing the cap from two to three, can take up to a day to take effect. But it has been more than TWO days since I applyed change to Frequency capping and it is not working ? Here is how I request ads : private void requestNewInterstitial() { AdRequest adRequest = new AdRequest.Builder()

android: admob InterstitialAd crash at loadAd

核能气质少年 提交于 2019-12-19 12:11:24
问题 I'm using InterstitialAd by Admob. My app crashes at "loadAd" only in the first time it's called, and it's not reproducible (it happens once in 100-200 runs less or more). the ad unit id is correct for sure. So if loadAd doesn't fail in the first time it's called, it won't fail at all at this run. class member: InterstitialAd mInterstitialAd; onCreate: mInterstitialAd = new InterstitialAd(this); mInterstitialAd.setAdUnitId(getResources().getString(R.string.interstitial_ad_unit_id));

How to display a Interstitial Ad in a LibGDX project?

末鹿安然 提交于 2019-12-19 10:58:14
问题 I found a Flappy Bird GitHub project and changed it a little bit. I successfully implemented the AdMob Banner. But now I also want a Interstitial Ad which pops up when the Game is over (not every time of course) so here is my GitHub project: https://github.com/DaFaack/FlappyBibi Please explain me how to do it because I can't find a good explanation on the internet. I want to display the ad in the run() method. You can find it in the core package -> GameplayScreen.java File -> renderPlaying()

Admob Interstitial matched requests is too low (~10%)

喜你入骨 提交于 2019-12-19 10:46:23
问题 Last 15 days until now, My admob interstitial unit id always get too low of matched requests. With 15000 Interstitial requests, i just got ~1500 matched (~10%). I can't find what is the root cause. Whether low matched is coming from admob server side or client side (it's mean i implement as wrong way). Someone can help me, and this is some the code that i have implemented: Firstly, i create interstitial. @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate

AdMob After Ad receive - IOException connecting to ad url

房东的猫 提交于 2019-12-19 09:53:26
问题 i have an android app that need to show ads by AdMob. here's my Log: 07-18 01:55:53.116: INFO/Ads(8682): adRequestUrlHtml: <html><head><script src="http://www.gstatic.com/afma/sdk-core-v40.js"></script><script>AFMA_buildAdURL({"preqs":0,"u_sd":1.5,"slotname":"**************","u_w":320,"msid":"com.paladin.hilula","cap":"m","adtest":"on","js":"afma-sdk-a-v4.1.0","isu":"*********************************","format":"320x50_mb","net":"ed","app_name":"1.android.com.paladin.hilula","hl":"hd","u_h"

ClassNotFound when trying to implement AdMob banner

徘徊边缘 提交于 2019-12-19 08:15:33
问题 I am getting a very annoying ClassNotFound exception when trying to implement an admob banner in my android app, using admob sdk 4.3.1. I have used the following implementation: Manifest: <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.xxx" android:versionCode="1" android:versionName="1.0" > <uses-sdk android:minSdkVersion="10" /> .... <uses-permission android:name="android.permission.INTERNET"/> <uses-permission android:name="android.permission.ACCESS

Failed to resolve: com.google.android.gms:play-services-basement:12.0.1

老子叫甜甜 提交于 2019-12-19 06:04:26
问题 Here is my dependencies dependencies { compile project(':react-native-fcm') // compile 'com.google.firebase:firebase-core:11.2.0' //FCM - this decides your firebase SDK version compile(project(':react-native-maps')){ exclude group: 'com.google.android.gms', module: 'play-services-base' exclude group: 'com.google.android.gms', module: 'play-services-maps' } compile(project(":react-native-google-place-picker")){ exclude group: "com.google.android.gms" } compile (project(':RNAdMob')){ exclude