We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d221926 commit a1fc9b2Copy full SHA for a1fc9b2
Firebase/Messaging/FIRMessagingRemoteNotificationsProxy.m
@@ -417,7 +417,8 @@ - (void)application:(UIApplication *)application
417
}
418
#endif
419
420
-- (void)application:(GULApplication *)application didRegisterForRemoteNotificationsWithDeviceToken:(NSData *)deviceToken {
+- (void)application:(GULApplication *)application
421
+ didRegisterForRemoteNotificationsWithDeviceToken:(NSData *)deviceToken {
422
[FIRMessaging messaging].APNSToken = deviceToken;
423
424
0 commit comments