Anyone got Firebase working? #18023
-
I am using Firebase in my Maui app for push notification. It works on Android but I am having a problem with WillPresentNotification not being called on iOS. I have made a new test app in iOS and it works fine but for some reason it doesn't work in my main app. I can't see what I have missed. Everything looks the same. Any ideas? What could cause that not to fire? Alternatively, are there any other push notification options that are easier to get working? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 8 comments 35 replies
-
The latest ShinyLib 3.X.X betas are working well for me in the .Net 8 RCs. |
Beta Was this translation helpful? Give feedback.
-
Hi Cannot get firebase working on iOS -messaging.sharedinstance is always null . does anyone have a sample using push notification with iOS? Happy to start using Shiny but could not get it working and probably missing something obvious. Anything really to get me going many thanks |
Beta Was this translation helpful? Give feedback.
-
Hi , what Am I missing? |
Beta Was this translation helpful? Give feedback.
-
Not sure if it solves your problem, but, we're using this plugin: https://github.com/thomasgalliker/Plugin.FirebasePushNotifications |
Beta Was this translation helpful? Give feedback.
-
@AlleSchonWeg I get exactly the same behavior and I use HotRestart (connecting a iPhone on a windows machine without a mac) but just noticed that a lead/dev on the MacOS team has confirmed the issue dotnet/macios#19182 |
Beta Was this translation helpful? Give feedback.
-
@AlleSchonWeg just seen this - interesting!!
we had so many issues with VS for mac so we stuck to windows.. I had a glance at the code base and indeed is so old - android just works. in conclusion Also what about using APNS directly has anyone done that I mean (no xamarin.firebase) |
Beta Was this translation helpful? Give feedback.
-
thanks for all these tips! |
Beta Was this translation helpful? Give feedback.
-
@thomasgalliker hi is your push notification plugin still something that you are working on? As you know there isnt much in the maui ecosystem that actually works as push notification is concerned.. thanks in advance |
Beta Was this translation helpful? Give feedback.
The latest ShinyLib 3.X.X betas are working well for me in the .Net 8 RCs.