firebase / firebase-admin-dotnet

Firebase Admin .NET SDK
https://firebase.google.com/docs/admin/setup
Apache License 2.0
356 stars 128 forks source link

IOS device not receive notification #383

Closed MonikaGulve closed 3 months ago

MonikaGulve commented 4 months ago
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", } } };

google-oss-bot commented 4 months ago

I found a few problems with this issue:

MonikaGulve commented 4 months ago

For android getting notifications but for ios not getting any notification even though SendMulticastAsync shows success for ios

chong-shao commented 3 months ago

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!