mistrypragnesh40 / PushNotificationDemoMAUI

33 stars 10 forks source link

Not Implement Firebase Cloud Messaging API (V1) #1

Closed cdzhoubin closed 1 year ago

cdzhoubin commented 2 years ago

Not Implement Firebase Cloud Messaging API (V1)

evk200 commented 2 years ago

me too..

rajeshsws commented 1 year ago

all working fine but notification is not coming. response code status is also ok

rajeshsws commented 1 year ago

Its working after adding pendingintent Immutable

        var pendingIntent = PendingIntent.GetActivity(this,
             MainActivity.notificationid, intent, PendingIntentFlags.Immutable);
mistrypragnesh40 commented 1 year ago

Added push notification for iOS.