You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: