Ad Code

Responsive Advertisement

admob offline notifications (Quick explanation)

admob offline notifications : What's the AdMob Offline announcements announcement channel. All of the unforeseen I saw that our app had a new announcement channel named" AdMob Offline announcements".

admob offline notifications

admob offline notifications

We do use AdMob, so I assume it's created by Google's library, but I can not find any attestation on it. I am wondering on what that channel is used for, and if it's possible to not have it at all.

The channel is created as soon as the application is started for the first time. The id of it'soffline_notification_channel and its significance is set to downward ( no vibration, no sound).

Until Admob fixes this issue as Oush refocused out, you can just cancel the announcement channel right after it was crated by admob, so it will not confuse your druggies read more.



MobileAds.initialize(context) {
  if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O) {
    val notificationManager = context.getSystemService(Context.NOTIFICATION_SERVICE) as NotificationManager
    notificationManager.deleteNotificationChannel("offline_notification_channel")
  }
}

Post a Comment

0 Comments

Ad Code

Responsive Advertisement