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.
2 parents c9d37e4 + 453a0e5 commit f55808dCopy full SHA for f55808d
iOS_SDK/OneSignalSDK/Source/OneSignal.m
@@ -1605,12 +1605,6 @@ + (BOOL)shouldRegisterNow {
1605
const int minTimeThreshold = 30;
1606
NSTimeInterval delta = now - lastTimeClosed;
1607
1608
- // Tracking cold starts within 30 seconds of last close.
1609
- // Depending on the results of our tracking we will change this case
1610
- // from a tracking request to return true
1611
- if (delta < minTimeThreshold && appId && !_registerUserFinished && !_trackedColdRestart) {
1612
- [OneSignal trackColdRestart];
1613
- }
1614
return delta >= minTimeThreshold;
1615
}
1616
0 commit comments