firebase-admin-dotnet
firebase-admin-dotnet copied to clipboard
IOS device not receive notification
message = new MulticastMessage()
{
Tokens = registrationTokens,
Notification = new FirebaseAdmin.Messaging.Notification()
{
Body = body,
Title = title
},
Data = new Dictionary<string, string>()
{ {"title", title}, {"body", body}, }.Concat(dix).ToDictionary(x => x.Key, x => x.Value), Apns = new ApnsConfig() { Aps = new Aps() { Sound = "default", } } };
I found a few problems with this issue:
- I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight.
- This issue does not seem to follow the issue template. Make sure you provide all the required information.
For android getting notifications but for ios not getting any notification even though SendMulticastAsync shows success for ios
This seems to be a message delivery issue. For further investigations please file a ticket to Firebase support https://firebase.google.com/support/troubleshooter/contact where you can provide more information for us to debug the issue. Thanks!