Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue in registerDownloadReceiver #29

Open
sanju280696 opened this issue Oct 15, 2024 · 2 comments
Open

Issue in registerDownloadReceiver #29

sanju280696 opened this issue Oct 15, 2024 · 2 comments

Comments

@sanju280696
Copy link

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
Copy link

Happening the same with me, any breakthrough? @sanju280696

@HyopeR
Copy link
Contributor

HyopeR commented Nov 19, 2024

Hello, the latest version should fix this issue.
Release: https://github.com/kesha-antonov/react-native-background-downloader/releases/tag/3.2.2

Can you confirm that this version fixes this issue? @sanju280696 @nl-danish

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants