Questions tagged [inmobi]

InMobi is a mobile advertising company that allows developers monetize their iOS, Android or Windows Phone.

133 questions
1
vote
1 answer

inmobi ads integration in an iphone app

I am trying to integrat inMobi ads in my iphone application. inmobi requires the live iphone app url in the configuration. As my app is not published on itunes yet, I am using url of another app which is live. My plan was to change the url in inmobi…
saurabh
  • 2,389
  • 3
  • 22
  • 37
1
vote
0 answers

inmobi ads cover the top of my phonegap ios app

I tried using the js script for inmobi on my phonegap (2.8.0) app but it failed when i clicked on the ad. I contacted inmobi and they told me to use the ios sdk code. I have implemented this but the ad covers the top of my screen. I am no object c…
Steven Kinnear
  • 412
  • 3
  • 19
1
vote
1 answer

AdMob mediation doesn't generate impressions

I was using AdMob to display their Ads in my android app and it was working great. I decided to try ad mediation with AdMob. I followed their guidelines, registered an account in InMobi and set up everything that I was supposed to (I guess). But now…
Qbee
  • 73
  • 1
  • 7
1
vote
1 answer

android InMobi + adMob?

I want to show InMobi ad in my app. When InMobi ad is not showing (InMobi not success) I want to show adMob ad. How can I check that InMobi is success. Also is showing ad. I know that Madvertise has a Callbacklistener. madView = (MadvertiseView)…
user1205415
  • 605
  • 1
  • 7
  • 22
0
votes
1 answer

how to integrate InMobi in cocos2d game?

Can i integrate InMobi in cocos2d game? I integrated InMobi in UI Game but i don't know how to integrate the InMobi in cocos2d game? Any one tell me if any tutorials. Thanks.
0
votes
1 answer

I have to deleted the libNativeStrands.a file which uses UIWebView. After that I am getting the below error _OBJC_CLASS_$_IMNativeStrands",InMobi

I have to deleted the libNativeStrands.a file which uses UIWebView. After that I am getting the below error OBJC_CLASS$_IMNativeStrands",InMobi Undefined symbols for architecture x86_64: "_OBJC_CLASS_$_IMNativeStrands", referenced from: …
sejn
  • 2,040
  • 6
  • 28
  • 82
0
votes
0 answers

InMobi integration sdk issue in iOS

I am integrating InMobi ads into my app. I have followed the steps from https://support.inmobi.com/monetize/sdk-documentation/ios-guidelines/overview-ios-guidelines While I am trying to load any Ads(Banner/Intersterial/Native), I am getting error…
iOSDev
  • 412
  • 10
  • 30
0
votes
0 answers

Inmobi Instream AD Request 400 Bad Request

I m trying to integrate Instream VAST ads in my App, I used inmobi, As the Sample Mentioned here for VAST ad request , I tried with different Parameter but nothing works, Is anybody tried Inmobi Instream Ads, has a success with It My…
Poovarasan
  • 11
  • 1
  • 3
0
votes
2 answers

How to remove UIWebView from Pod frameworks?

I have implemented Google Ads with some partner networks. but some of them uses UIWebView and when i upload build to appStore getting warning like this. ITMS-90809: Deprecated API Usage - Apple will no longer accept submissions of new apps that use…
Kuldeep
  • 4,466
  • 8
  • 32
  • 59
0
votes
3 answers

Inmobi.com "ad request successful but no ad served"

When I try to load an interstitial with inmobi.com and most of the times I get the error "ad request successful but no ad served". Why is this happening? Any solution for this? It works well with testing ads when set to "Test mode" in the website.…
Ton
  • 9,235
  • 15
  • 59
  • 103
0
votes
1 answer

In-Mobi Ad platform always return NO_FILL eventhough it is in test version

I am integrating my android app with inmobi sdk for ads. However, I always get NO_FILL error from the ad server even though my placement is set to test globally. I am using an emulator. I double-check the account id and placement id but everything…
0
votes
2 answers

InMobi Integration with AdWhirl 3.0

hi i am creating app to display ads at bottom. i am done all the requirements to fulfill the ads. when i am run my app i got the following message in my console InMobi:Error! rootViewControllerForAd method must be implemented. Cannot serve InMobi…
Hiren
  • 12,720
  • 7
  • 52
  • 72
0
votes
0 answers

InMobi SDK 7 Android | InMobi needs to be initialized before calling Interstitial Request

I have integrated InMobi 7.2.9 in my App and initialize it like this: JSONObject consent = new JSONObject(); try { consent.put(InMobiSdk.IM_GDPR_CONSENT_AVAILABLE, true); } catch (JSONException e) { Log.d(TAG, "Init InMobiSDK…
Lukas R.
  • 296
  • 1
  • 3
  • 19
0
votes
1 answer

How to close full screen baner ad from aerserv through code?

I am working on ad integration using aerserv ad monetization platform. I want to close full screen banner ad after some period of time line 5 seconds, How I can do it through code?
Akash Ingle
  • 161
  • 1
  • 12
0
votes
0 answers

Inmobi interstitial ads are showing blank screen with close button

I am using Inmobi Interstitial Ad for one of my app. The ad is loading and displaying but it shows black screen with close button at top right corner. I have used following dependencies: defaultConfig { applicationId "...." .... …
mia
  • 1,148
  • 1
  • 11
  • 17
1 2 3
8 9