Help getting notification on iOS #93
Replies: 3 comments 2 replies
-
|
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
I am going to piggyback off this post since we are running into a similar issue. We migrated off Shiny.NET to this package mainly for the simplicity and I was told they will no longer be supporting Firebase. I am running into the same issue and as @vaibhav-sukhdeve stated, all the above is correct in our code. We changed very little from Shiny.NET to your solution as far as the files/how they are referenced and such (and Firebase settings)... but iOS notifications were working with Shiny, and not with this solution. Android is working great! When we start the iOS app we get the permission request. I get a token, and when looking at the settings on iOS the permissions are set correctly. Using the firebase test tool, I send a message and only receive on Android. And all the events gets fired correctly with Android as well... Anything else that I might be missing? Thank you in advance... appreciate all your hard work on this. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
First of all thanks for the Nuget package.
It is working fine for android. But when I am trying to get the notification on iOS 18 I am unable to get the notification. Will you please help me find what I am doing wrong?
I am able to generate the token but when I send notification using the same token I do not get notification
Beta Was this translation helpful? Give feedback.
All reactions