kesha-antonov / react-native-background-downloader

About A library for React-Native to help you download large files on iOS and Android both in the foreground and most importantly in the background.
https://www.npmjs.com/package/@kesha-antonov/react-native-background-downloader
Other
68 stars 13 forks source link

Issue in registerDownloadReceiver #29

Open sanju280696 opened 1 month ago

sanju280696 commented 1 month ago

Incorrectly registered broadcast receiver Apps targeting Android 13 or later must specify the export behavior when calling registerReceiver(). Having unspecified export behavior may cause your app to crash.

Your app targets Android 13 or later and registers non-system broadcast receivers without specifying their export behavior in the following place:

com.eko.RNBackgroundDownloaderModule.registerDownloadReceiver Update your app so it specifies the export behavior for registered broadcast receivers.

nl-danish commented 3 weeks ago

Happening the same with me, any breakthrough? @sanju280696