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 1eddbdf commit 2617e60Copy full SHA for 2617e60
FirebaseCore/Sources/FIRApp.m
@@ -876,6 +876,9 @@ - (void)subscribeForAppDidBecomeActiveNotifications {
876
877
- (void)appDidBecomeActive:(NSNotification *)notification {
878
if ([self isDataCollectionDefaultEnabled]) {
879
+ // If changing the below line, consult with the Games team to ensure they
880
+ // are not negatively impacted. For more details, see
881
+ // go/firebase-game-sdk-user-agent-register-timing.
882
[self.heartbeatLogger log];
883
}
884
0 commit comments