firebase-admin-dotnet icon indicating copy to clipboard operation
firebase-admin-dotnet copied to clipboard

IOS device not receive notification

Open MonikaGulve opened this issue 1 year ago • 2 comments

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", } } };

MonikaGulve avatar Mar 06 '24 14:03 MonikaGulve

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.

google-oss-bot avatar Mar 06 '24 14:03 google-oss-bot

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

MonikaGulve avatar Mar 07 '24 05:03 MonikaGulve

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!

chong-shao avatar Mar 11 '24 19:03 chong-shao