0

How to add addmob add as notification service to the Android app. Basically banner can be displayed as a notification service. Is that possible. If so how?

Thank You !

Aracem
  • 7,227
  • 4
  • 35
  • 72
user1438823
  • 1,273
  • 3
  • 18
  • 25

2 Answers2

1

Admob can't do that. To add ads in the notification bar you should add the SDK of Airpush

http://www.airpush.com/

IMHO is an absolute error add this type of ads and you should know that your downloads and installs will decrease. It's a very creepy type of ads. Only in my opinion

Aracem
  • 7,227
  • 4
  • 35
  • 72
  • thanks for the reply. What will be the alternative solutions for an app based on notifications. Because in my app user will rarely use the main linear layout interface. Anyway airpush seems to be a good solution. But I do not understand the error that you are talking about. – user1438823 Jul 22 '13 at 09:29
  • 2
    Using airpush or alternatives to display ads in the notification bar a very bad idea. Many users including myself do not want to see notifications randomly appearing just to show an advertisement, and any app that does this is removed from my device and I know many others users would do the same thing – Boardy Jul 22 '13 at 09:39
1

No longer you can add advertisements in notification according to Google Policy

Refered from here

Vibhor Chopra
  • 647
  • 4
  • 14