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
Copy file name to clipboardExpand all lines: packages/firebase_messaging/firebase_messaging_platform_interface/lib/src/method_channel/method_channel_messaging.dart
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -139,7 +139,7 @@ class MethodChannelFirebaseMessaging extends FirebaseMessagingPlatform {
139
139
plugin:'firebase_messaging',
140
140
code:'apns-token-not-set',
141
141
message:
142
-
'APNS token has not been set yet. Please ensure the APNS token is available by calling `getAPNSToken()`.',
142
+
'APNS token has not been received on the device yet. Please ensure the APNS token is available before calling `getAPNSToken()`.',
0 commit comments