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 can get the token, but I'm not able to let the app shows a notification neither in Debug and Release mode.
Android app works fine.
The same GoogleService-Info.plist works well in my Xamarin.forms app.
Expected Behavior
Notifications show up.
Actual Behavior
Nothing shows up, but it doesn't crash.
Basic Information
Version with issue: 3.0.28, 3.0.17 on .NET 9
Screenshots, Attachments, Links
The text was updated successfully, but these errors were encountered:
I spent this morning trying to figure out a solution.
In the end I removed <key>CustomProperty</key> <false/>
from info.plist and it worked, but only when the app is running in background, whilist in foreground the NotificationReceived event is not fired.
Description
I can get the token, but I'm not able to let the app shows a notification neither in Debug and Release mode.
Android app works fine.
The same GoogleService-Info.plist works well in my Xamarin.forms app.
Expected Behavior
Actual Behavior
Nothing shows up, but it doesn't crash.
Basic Information
Screenshots, Attachments, Links
The text was updated successfully, but these errors were encountered: