InMobi is a mobile advertising company that allows developers monetize their iOS, Android or Windows Phone.
Questions tagged [inmobi]
133 questions
0
votes
1 answer
Do I need to integrate InMobi sdk if I am already using admob
I have been using AdMob as a sole ad network for my app for a while. But the fill rate has dropped significantly recently, so I started seeing other options and I stumbled upon InMobi. So I created an account obtained the necessary IDs(placement and…

Aaron Ayalew
- 113
- 10
0
votes
1 answer
Adding InMobi dependency with version like 'number.x x' into Android project gives error
I'm trying to integrate InMobi network into Admob. Documentation says to add such dependency
compile 'com.inmobi.monetization:inmobi-ads:7.x.x'
into build.gradle but it gives an error
Error:(27, 13) Failed to resolve:…
user6752231
0
votes
1 answer
Implement UnityAds Mediation with Admob in Android
I follow this link to integrate UnityAds into Admob via Mediation. But it was not working, whenever I start the video ads, nothing shows at all.
If I do not using mediation, and implement UnityAds in normal way, it worked.
I also noticed the…

Cuong Vo
- 648
- 9
- 12
0
votes
1 answer
how to load and show inmobi interstitial ads
I am new in InMobi I would to display interstitial ads in android studio then follow this
https://support.inmobi.com/monetize/android-guidelines/interstitial-ads-for-android/
but can't understand exactly how to integrate it into the activity…

hertanet
- 45
- 1
- 4
- 12
0
votes
1 answer
Inmobi Banner Ad sizes
I am trying to integrate Inmobi banner ads into my app programmatically but I'm having a problem regarding the size of the banner ad. I have the following code snippet in my Launcher class:
RelativeLayout.LayoutParams bannerLp = new…

Sparsh Tyagi
- 1
- 2
0
votes
0 answers
Adobe AIR InMobi not showing interstitial /rewarded ads
I am trying to use InMobi to display some interstitial ads on my application, but I don't get any video. I got it working pretty well for the banner ads, but my calls for caching the interstitial doesn't seem to work. Everything seems fine in my…

yvant
- 81
- 5
0
votes
1 answer
Error Integrating Inmobi in Android App
I am integrating inmobi in my android app. I have placed following code in my xml file :-

Prerana
- 115
- 14
0
votes
1 answer
Android: Proguard issue for InMobi new version 6.0.3
I am trying to take proguard signed APK. It was working perfectly before add the dependency for InMobi
Am getting the warning as
You may need to add missing library jars or update their versions.
Warning:there were 2 unresolved references…

Binil Surendran
- 2,524
- 6
- 35
- 58
0
votes
0 answers
How to initialize the InMobi SDK in swift?
I am trying to use InMobi in my app but I do not know how to initialize it. I have everything downloaded to my project but the support for Inmobi does not have Swift version so I am lost.
This is where I am stuck.
Thanks for the help!

Timmy Sorensen
- 570
- 6
- 16
0
votes
1 answer
Using AdMob, InMobi...is it possible for a publisher to restrict ads from selected advertisers only in the mobile App?
As in, if publisher wants that ads from selected advertisers only should be shown in the app, how can this be achieved through Google AdMob, InMobi...

Nitin
- 1
0
votes
1 answer
Mopub: Which mediated network is serving my ads?
Let's say I have integrated Mopub with Facebook Audience Network (FAN), Flurry, Inmobi. Now, I want to find out which network is actually serving the ads because maybe I want to serve Flurry's ads with a slightly different layout compared to FAN).…

Simon
- 19,658
- 27
- 149
- 217
0
votes
1 answer
NoSuchMethodError in inMobi SDK on Android 2.3
I am integrating interstitial ads through MoPub. InMobi ads are working fine on the tests I did on Android 5+. However it is giving me a problem in my Android 2.3 device.
The integrated InMobi SDK version is 5.1.0. As far as I know,…

Javi Rueda
- 11
- 3
0
votes
1 answer
Android Mediation integration with inmobi , mopub
i have integrated Admob Mediation as below
mInterstitialAd = new InterstitialAd(this);
mInterstitialAd.setAdUnitId(getString(R.string.ad_unit_id));
mInterstitialAd.setAdListener(mAdListener);
InMobiAdapterExtras inMobiExtras = new…

AMD
- 1,662
- 18
- 39
0
votes
1 answer
InMobi - Stopping/Hiding banner ads
I'm using InMobi for displaying banners in my game - the ads will need to be turned off when the actual game starts (they only display on menu screens and when the game is paused) and I'm unsure how to do this.
With other networks I use/have used…

Zippy
- 3,826
- 5
- 43
- 96
0
votes
0 answers
inMobi ads to android
I have an Android Cordova app. Now I want to add inMobi service advertising to this app, but I don't know how. Can anyone help ? Thank you so much. Because in android cordova project doesn't have xml file. So I don't know how to work with inMobi…

TÂN VĨNH TÂM TÂN
- 11
- 3