Replies: 1 comment 6 replies
-
The change in the changelog does not affect FCM token generation. Are you able to receive an APNs token? https://developer.apple.com/documentation/usernotifications/registering_your_app_with_apns |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Sometimes when we delete the app FCM token is not getting generating. Can you please help what might be the possible cause of it?
Steps Which we are following:
Method swizzling is Enabled
In didFinishLaunchingWithOptions methods we are calling:
FirebaseApp.configure()
Messaging.messaging().delegate = self
UNUserNotificationCenter.current().delegate = self
func messaging(_ messaging: Messaging, didReceiveRegistrationToken fcmToken: String?) {
debugPrint("Firebase registration token: (fcmToken)")
}
Also want to understand , what got changed in this version(Version 10.12.0 - July 11, 2023), FCM Token related.

Beta Was this translation helpful? Give feedback.
All reactions