InMobi is a mobile advertising company that allows developers monetize their iOS, Android or Windows Phone.
Questions tagged [inmobi]
133 questions
1
vote
1 answer
How to integrate InMobi ad in ionic
I tried to integrate InMobi ad with phonegap plugin but got error. How to integrate InMobi ad in ionic? Is there any plugin for it?

Manish Singh
- 37
- 1
- 7
1
vote
0 answers
technology about native ads for inmobi
As we all know, native ads is the future of mobile ads, and I know inmobi has an important technology about materials matching for native ads from some article. But I can’t get any details through search engine, so anyone can give me some suggest…

user1628180
- 11
- 3
1
vote
0 answers
monaca inmobi ads blank
i have signed up at inmobi,have made a banner ad and tried my best to get it working to no avail,seems like the ad div appears,but not the ad itself
here is my code.as yoU CAN see my property id provided by inmobi for ad has been…

user3672529
- 11
- 4
1
vote
2 answers
InMobi not getting Banner or Interstitials on first run
I've integrated InMobi into my Android App and it doesn't fetch any ads when the app is first run (Banner or Interstitial).
If I exit the app and then run it again, everything works - Banner and Interstitial is loaded and the banner is displayed.
If…

Zippy
- 3,826
- 5
- 43
- 96
1
vote
1 answer
INMOBI The ad request was successful, but no ad was returned
LAYOUT xml code
main_activity.xml

Lalit Pratap Singh
- 175
- 1
- 8
1
vote
1 answer
InMobi interstitial ads are not getting displayed android
I tried integrating InMobi interstitial ad to my android application by following the instructions mentioned here.
Below is the code I have incorporated in my activity class for displaying interstitial ads.
I get no exceptions but every time I run…

Swetha Baburao
- 11
- 2
1
vote
1 answer
inmobi Windows 8 Store App integration error
I am trying to use inmobi ads in my windows 8.1 store app, but I'm getting some errors. I have addublex ads but error is not related to.
Error is
[NETWORK_ERROR], Error description: [Network error occurred.]
This error…

Murat KA
- 137
- 1
- 7
1
vote
1 answer
Object C Two delegates have the same function name: Duplicate declaration of method 'interstitialDidReceiveAd:'
GADInterstitialDelegate & IMInterstitialDelegate have the same function name: interstitialDidReceiveAd
//inmob
- (void)interstitialDidReceiveAd:(IMInterstitial *)ad
//callback:(id)callback
{
[ad…

Gank
- 4,507
- 4
- 49
- 45
1
vote
0 answers
Error while integrationg my app with inmobi sdk
while integrating the inmobi sdk i got the following error:
com.inmobi.monetization.IMBanner failed to instantiate.
My Java code is:
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
…

Shagun
- 33
- 2
- 6
1
vote
1 answer
Inmobi ads Displayed issue on Windows Phone 8
I want to set the Inmobi ads on the bottom of the screen.
In XAML i set the Horizontal and Vertical alignment in bottom. when i saw the design i saw the AdView in bottom of screen but when i deploy it By default it appear in Middle.
I'm confused am…

Ritu Tyagi
- 224
- 2
- 14
1
vote
0 answers
Inmobi Handling No Advt for this position
Sometimes when I try to load a new ad in InMobi I get a response like this:
There seems to be no corresponding callback for this. Please note the onError callback does not get called when this happens so I am unable to handle it in code.
Is there…

Ram G Athreya
- 4,892
- 6
- 25
- 57
1
vote
1 answer
Inmobi android integration error
I am trying to use inmobi adds in my app,but geting some errors
my code is
in XML

user3395433
- 123
- 2
- 10
1
vote
1 answer
Error in integrating inmobi sdk in main.xml
here is my xml error report
The following classes could not be instantiated:
- com.inmobi.androidsdk.IMAdView (Open Class, Show Error Log)
See the Error Log (Window > Show View) for more details.
Tip: Use View.isInEditMode() in your custom views…
user1917355
1
vote
2 answers
How to bring a interstitial Ad to the front?
I am integrating an Inmobi interstitial AD in my android app.
The app has 2 main activitys A and B, both extends from class C, which is a superclass with a shared singleton AD variable.
When A is created, it also creates AD and loads it (only…

DjLisT
- 19
- 5
1
vote
2 answers
InMobi ads does not show up on Android?
I am trying to implement InMobi ads, but ads do not show up.
I have followed the tutorial here : http://www.inmobi.com/support/integration/23817448/22051163/android-sdk-integration-guide/
This is my code;
interstitial = new IMInterstitial(this,…

erdemgc
- 1,701
- 3
- 23
- 43