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
10
votes
0 answers

How to implement AirPush banner ads?

Can anyone help me to implement AirPush banner ads ? I am trying to do this according to their documentation.But i think that there documentation is not good enough. Because i am copying the same code they have given.And still i am not able to…
Shruti
  • 285
  • 1
  • 3
  • 13
9
votes
4 answers

Airpush for Android - What is fact and what a myth?

I read different perspectives on Airpush for Android. A few people write that it generated very good revenue it was the only pay per view - network for mobile phones Apps using Airpush were banned because Airpush exhibited malware-like…
Koryphäe
  • 111
  • 1
  • 1
  • 4
3
votes
1 answer

Airpush classes could not be instantiated

I dowloaded the Airpush Bundle SDK 1.0 becuase I want to add banner ads to my app. I imported the sdk to my project, and I added rules to my manifest. However, when I run my program I do not see any ads. Every time in the layout manager it says…
hakki
  • 6,181
  • 6
  • 62
  • 106
3
votes
0 answers

Disable Android Airpush License agreement window?

Following the Airpush tutorial I've integrated Airpush to my application and there is that window from Airpush asking to accept an agreement. I press Cancel button in this window and Airpush does show advertisments anyway, that's fine. I wonder if…
Alexander Kulyakhtin
  • 47,782
  • 38
  • 107
  • 158
3
votes
1 answer

air push adview error

I am embeding air push ads in my android app. I added adview in layout.xml file. It has errors that are Multiple annotations found at this line: - error: No resource identifier found for attribute 'canShowMR' in package…
2
votes
1 answer

cant add the banner Ads of the airpush new SDK

i am trying to add this in my main.xml
majed
  • 29
  • 8
1
vote
0 answers

Google Play App Update Rejected due to SDK, which not really included

When submitting an update to my app on Google Play, it is always rejecting the update saying that "We rejected App Name, with package name com.mypackage.name, for violating our Malicious Behavior or User Data policy. If you submitted an update, the…
Jayson Tamayo
  • 2,741
  • 3
  • 49
  • 76
1
vote
0 answers

Airpush app integration not working properly

Hi I am using Airpush in my app according to this official link. But I am showing only Banner ads. Nothing more. I have integrated SmartWall, Notification Ads and Icon Ads. But I don't get them. Here is my logcat 04-07 08:10:36.761…
Muhammad Jobayer
  • 157
  • 1
  • 10
1
vote
1 answer

Proguard Error Code 1: Proguard.ParseException

I am trying to export my android application with proguard enabled when I get this error:- Proguard returned with error code 1. See console proguard.ParseException: Expecting java type before ' ' in line 79 of file 'C:\Documents and…
Mohit
  • 1,045
  • 4
  • 18
  • 45
1
vote
0 answers

Airpush Application information not avaliable

I have integrated Airpush Bundle SDK in my new android app following this documentation. The problem is I am not seeing any ad. I have provided the MainActivity.java, AndroidManifest.xml & LogCat below. What is the meaning of the…
mgtheboss
  • 119
  • 16
1
vote
0 answers

How to integrate banner AIRPUSH in .java

I want to put a banner on my app, the normal and easy way is put it into the .xml file but i want to do it at one of my .java files. this is what airpush said that i must to do it but i have this error. /* AdView Class is same as View Class. You can…
1
vote
1 answer

Trying to launch an Application with Airpush ads

I want to make an Application running with Airpush ads. You can see my code below but I'm totally confused now.. The good point is, that my app is running. The bad point is: without ads. Does anybody know why or knows a correct code? package…
1
vote
0 answers

Unable to retrieve ads form airpush

Got myself newly registered on AirPush. I integrated bundle SDK with my App. When I tested it for the first time, I got a couple of impressions. It also shows 2 impressions on dashboard. Now I am unable to fetch the impressions. Did contact the…
10101010
  • 607
  • 8
  • 24
1
vote
2 answers

Does not appear smartWall advertising airpush

Does not appear smartWall advertising airpush import com.devmobby.dbel.R; import com.fxxylrmjq.hnqqtdyue156508.AdCallbackListener; import com.fxxylrmjq.hnqqtdyue156508.AirPlay; import android.app.Activity; import android.os.Bundle; public class…
1
vote
2 answers

Not able to reference Airpush Airpush; in my class

I want to integrate air-push notification ads in my app, I followed their tutorial from: http://manage.airpush.com/docs/?title=Android_SDK_6.0_Documentation#Step_1_-_Adding_the_JAR However it does not seem to work for me, I am getting an error at …
User3
  • 2,465
  • 8
  • 41
  • 84
1
2 3