Skip to content

Commit f516078

Browse files
Update AppsFlyerDestination.swift
1 parent bb68161 commit f516078

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Sources/SegmentAppsFlyer/AppsFlyerDestination.swift

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,10 @@ public class AppsFlyerDestination: UIResponder, DestinationPlugin {
162162
event.event == "Organic Install" ||
163163
event.event == "Deep Link Opened" ||
164164
event.event == "Direct Deep Link" ||
165-
event.event == "Deferred Deep Link"){
165+
event.event == "Deferred Deep Link" ||
166+
event.event == "Application Backgrounded" ||
167+
event.event == "Application Opened" ||
168+
event.event == "Application Foregrounded" ){
166169
return nil
167170
}
168171
var properties = event.properties?.dictionaryValue

0 commit comments

Comments
 (0)