|
@@ -98,7 +98,7 @@
|
|
|
#endif
|
|
|
}
|
|
|
|
|
|
- [[UIApplication sharedApplication] registerForRemoteNotifications];
|
|
|
+ //[[UIApplication sharedApplication] registerForRemoteNotifications];
|
|
|
|
|
|
#endif // OPTION_FIREBASE_ENABLE
|
|
|
|
|
@@ -533,6 +533,7 @@
|
|
|
#pragma FIREBASE
|
|
|
|
|
|
- (void)tokenRefreshNotification:(NSNotification *)notification {
|
|
|
+
|
|
|
// Note that this callback will be fired everytime a new token is generated, including the first
|
|
|
// time. So if you need to retrieve the token as soon as it is available this is where that
|
|
|
// should be done.
|