react-native-blob-util icon indicating copy to clipboard operation
react-native-blob-util copied to clipboard

Android 11 - useDownloadManager - no notification

Open lorenc-tomasz opened this issue 3 years ago • 2 comments

Hi, any idea why on Android 11 I don't see the notificaion with useDownloadManager? On Android 10 it works OK.

lorenc-tomasz avatar Jul 14 '21 07:07 lorenc-tomasz

Did you check that notifications for the app are allowed in general?

RonRadtke avatar Aug 01 '21 07:08 RonRadtke

Also seeing this issue, notification permissions are granted (push notifs are working)

Interestingly, I get this log-spam in the adb logger when trying

1555 12641 E NotificationService: Package has already posted or enqueued 25 notifications.  Not showing more.  package=com.android.providers.downloads

which logs several times

raymondjacobson avatar Dec 04 '21 02:12 raymondjacobson