Questions tagged [airpush]

Airpush is the 2nd largest ad network for Android developers with a global network of over 40,000 apps and 2,000 advertisers.

Airpush is the 2nd largest ad network for Android developers with a global network of over 40,000 apps and 2,000 advertisers.

39 questions
1
vote
1 answer

Application crashes after adding AirPush

I am trying to create my first application, a live map of my Minecraft Server (it's actually just a webview displaying a webpage connected to a plugin in the Bukkit platform). Before I added AirPush, it was perfectly working! Now, after I included…
Bodo Minea
  • 11
  • 1
1
vote
0 answers

Airpush SmartWall "clicking" itself whenever loading is completed, using LibGDX

I have been struggling with this problem for a while now and would be very grateful if anyone could help me out. The problem is that when I´ve successfully loaded an airpush "smartwall" it "clicks" itself and I immediately go to wherever the ad…
Nealo
  • 11
  • 3
0
votes
1 answer

How to solve "Expression expected" error in Airpush Ad integration? (Android Java)

I followed the Airpush Installation Instructions but when I use this line in Android Studio, main=new Main(this, AdListener); I get the error, "Expression Expected". What does this mean?
Zac1
  • 208
  • 7
  • 34
0
votes
1 answer

How to work mraid script into airpush

I have a query can you help me?I want to publish campaigns with mraid script into airpush and I have tested into mraid simulator (http://webtester.mraid.org/) its run perfectly on that.My script is:
0
votes
1 answer

I can't see Airpush Ads on my app

I have an approved app but I can't see banner ads on my screen. What cause this issue? 05-10 14:50:58.579: I/BunSDK(20986): Status code: 200 05-10 14:50:58.584: I/BunMraid(20986): Ad json:{"status":120,"count":0,"url":"","message":"App is…
hakki
  • 6,181
  • 6
  • 62
  • 106
0
votes
1 answer

advice adding some ads

I'm trying to add some ads to my unity3d game. Well this is what i have by default. Yeah by default i got some bottoms to activate the banners. Everything is in C# and this is the example code and original one, I just want to know how to get out of…
Mr. M
  • 13
  • 4
0
votes
1 answer

Unable to import airpush package to android project

I have downloaded the required SDK from Airpush site. Added the jar to libs folder and added the jar to build path. Still I am not able to import its package import com.package.name.AdListener; import com.package.name.Prm; when I try to import…
Atif Farrukh
  • 2,219
  • 2
  • 25
  • 47
0
votes
1 answer

android airpush integration showing airpush can not resolved to a type

i was integrated airpush to my app and almost i have done all the types of ads like Banner ad, smart wall, full screen , dialog ad, etc with new Airpush sdk but at the end i was stuck up with push notifications type. Here am getting error like…
GvSharma
  • 2,632
  • 1
  • 24
  • 30
0
votes
1 answer

Airpush banner add - failed to instantiate

In short, after adding Airpush banner ad to XML (I followed the wiki), I get following error upon startup of the application: Failed to inflate android.view.InflateException: Binary XML file line 119: Error inflating class I've added Airpush…
c0dehunter
  • 6,412
  • 16
  • 77
  • 139
0
votes
1 answer

Activate Airpush account for tunisian Citezen

How to validate Airpush Account when we are a Tunisian citezen ? because I created ann account, and my informations dose not validate yet.
Wajdi Hh
  • 785
  • 3
  • 9
0
votes
1 answer

Null Pointer exception thrown while initializing Airplay(airpush) ads

I am getting NullPointerException while I try to access Airplay(airpush google play version). when I call airpush.startSmartWallAd(); ads page shows working and after that a new tab is open of web (in my opinion) and its says The sdcard is…
Shani74
  • 43
  • 8
0
votes
0 answers

Error SmartWall airpush, void is an invalid type for the variable onAdCached

i have this code: info.setOnClickListener(new OnClickListener(){ @Override public void onClick(View arg0) { // TODO Auto-generated method stub if(ma==null) ma = new MA(my, adCallbackListener,…
0
votes
1 answer

what is the airpush test_mode? true or false

what is the test_mode for banner ads in Airpush ads network, false or true? I want to just test airpush ads in my app. please help me. Thanks....
0
votes
1 answer

Cocos2dx Android with AirPush

I have a cocos2d-x android application that is working perfectly fine, till I integrate AirPush into my Android build. I have added the api and app ids correctly. I have added the permissions. I have added the XML tags in the manifest XML file. This…
Eugene Lim
  • 269
  • 3
  • 15
0
votes
1 answer

Hide AdView if user has donation key

I have started integrating Airpushes banner ad "AdView" into my application and have it working well, however I know want to be able to disable the ads if the user has bought my donation key, I have this already set up and just set if the user has…
DevWithZachary
  • 3,545
  • 11
  • 49
  • 101