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 am trying to request the notifications permission used firebase_messaging: ^15.1.4 on iOS as followsNotificationSettings settings = await messaging.requestPermission( alert: true, announcement: false, badge: true, carPlay: false, criticalAlert: false, provisional: false, sound: true, );
But it always fails and answers me [firebase_messaging/unknown] An unknown error has occurred. Has this happened to you? How did you solve it?
It should be noted that I am using Flutter 3.24.4, I have everything configured in both the App Store Connect and Firebase
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am trying to request the notifications permission used firebase_messaging: ^15.1.4 on iOS as follows
NotificationSettings settings = await messaging.requestPermission( alert: true, announcement: false, badge: true, carPlay: false, criticalAlert: false, provisional: false, sound: true, );
But it always fails and answers me
[firebase_messaging/unknown] An unknown error has occurred.
Has this happened to you? How did you solve it?It should be noted that I am using
Flutter 3.24.4
, I have everything configured in both the App Store Connect and FirebaseBeta Was this translation helpful? Give feedback.
All reactions