Skip to content

Commit 08a0433

Browse files
authored
fix(firebase_messaging): update APNS token error message for clarity (#17763)
1 parent 91baa07 commit 08a0433

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firebase_messaging/firebase_messaging_platform_interface/lib/src/method_channel/method_channel_messaging.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ class MethodChannelFirebaseMessaging extends FirebaseMessagingPlatform {
139139
plugin: 'firebase_messaging',
140140
code: 'apns-token-not-set',
141141
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()`.',
143143
);
144144
}
145145
}

0 commit comments

Comments
 (0)