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 7498b61 commit f56df7eCopy full SHA for f56df7e
Sources/Segment/Plugins/Platforms/iOS/iOSLifecycleMonitor.swift
@@ -77,6 +77,8 @@ class iOSLifecycleMonitor: PlatformPlugin {
77
self.significantTimeChange(notification: notification)
78
case UIApplication.backgroundRefreshStatusDidChangeNotification:
79
self.backgroundRefreshDidChange(notification: notification)
80
+ case UIApplication.willTerminateNotification:
81
+ self.willTerminate(notification: notification)
82
default:
83
84
break
0 commit comments