react-native-background-upload icon indicating copy to clipboard operation
react-native-background-upload copied to clipboard

Notification

Open AlexCernik opened this issue 3 years ago • 3 comments

Hi, the notification not autoclear with autoClear: true

AlexCernik avatar Feb 22 '22 06:02 AlexCernik

i am experiecing same issue, any update on this one?

also even tho enabled: false is passed, it still receive silent notification like 'upload completed succesfully in x sec'

AlkanV avatar Sep 02 '22 09:09 AlkanV

I also have the same issue, I understand that past Oreo we have to enable the notifications but the notification doesn't autoclear with the parameter set to true. Please advise

audreygmrd1 avatar Aug 24 '23 13:08 audreygmrd1

You need to add enabled: true if you want autoClear: true to work. See https://github.com/Vydia/react-native-background-upload/blob/20dfb9b031d62fdf31f27855b78ae91c2bf75772/android/src/main/java/com/vydia/RNUploader/UploaderModule.kt#L206

zatteo avatar Aug 30 '23 09:08 zatteo