MAUI Firebase Push Notification not working on Android When App is closed #1353
vineethamanoj12
started this conversation in
Show and tell
Replies: 1 comment 3 replies
-
If you're sending the notification payload, the app doesn't need to be open. The notification tray handles things. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
As we are trying to integrate shiny Push notification with firebase on MAUI (.NET 7, Shiny 3.1.2) and its works fine on IOS while App closed/Open. But in Android Shiny works only when app is open. We followed the shiny Sample as
shiny/samples/Sample.Push.Maui at master · shinyorg/shiny (github.com) and we are not able to find any difference between our app and shiny Sample project.
So, anyone can suggest solution or anybody face same issue, please suggest a workaround to make our app to receive push notification when app is completely closed also.
Beta Was this translation helpful? Give feedback.
All reactions