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
The text was updated successfully, but these errors were encountered:
Bilal-Abdeen
changed the title
Notification is NOT displayed on the Notification Bar when App is on the foreground
Notification is NOT displayed on the Notification Bar when App is on the foreground - Android
Jul 29, 2020
Actually, I found the solution in another issue #525. Sorry, I could not understand the resolution, which was suggested in that issue, before creating this issue.
Your effort and time to help are highly appreciated.
Scenario 1 (Problem):
registerNotificationReceivedForeground
is fired correctlyScenario 2 (OK):
registerNotificationReceivedForeground
is fired correctly (NOTregisterNotificationReceivedBackground
)registerNotificationOpened
is fired correctlyI tried adding some sections to AndroidManifest.xml as described in the following post. However, this did NOT seem to work. Your effort and time to help are highly appreciated.
https://stackoverflow.com/questions/61319384/react-native-android-detect-tap-on-a-notification
Version numbers for some of the libraries used:
AndroidManifest.xml:
The text was updated successfully, but these errors were encountered: