Skip to content

[Question]: Hide "Background Preparing" Notification in Foreground, Background, and Terminated States (Production Build) #1609

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

Closed
3 of 8 tasks
lm-neelgai opened this issue Nov 21, 2024 · 0 comments

Comments

@lm-neelgai
Copy link

lm-neelgai commented Nov 21, 2024

Please check the following before submitting a new issue.

Please select for which platform(s) you need help

  • Android
  • iOS
  • Linux
  • macOS
  • Web
  • Windows

Your question

I'm facing an issue with the "Background Preparing" notification in the production version of my app. I want to ensure that this notification does not appear in the status bar when the app is running in the foreground, background, or even when the app is terminated and restarted.

The current behavior is that the notification appears continuously in the status bar, which is unwanted in the production APK/bundle. This happens regardless of whether the app is in the foreground, background, or when the app is relaunched after being terminated.

Expected Behavior:
The "Background Preparing" notification should be hidden in all states (foreground, background, and after termination) in the production version of the app.
The notification should only appear in debug or development builds, if at all, but not in production.

Actual Behavior:
The "Background Preparing" notification remains visible in the status bar even when the app is running in the foreground, background, or after it has been terminated.

Version

^5.0.10

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

1 participant