react-native-background-upload
react-native-background-upload copied to clipboard
Notification
Hi, the notification not autoclear with autoClear: true
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'
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
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