Skip to content

Commit 1d32f36

Browse files
authored
chore: remove unused user defaults key for remove user property time in seconds property (#14510)
1 parent 6039e0b commit 1d32f36

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

FirebaseInAppMessaging/Sources/Analytics/FIRIAMAnalyticsEventLoggerImpl.m

-5
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,6 @@ @interface FIRIAMAnalyticsEventLoggerImpl ()
5151
static NSString *const kFAUserPropertyForLastNotification = @"_ln";
5252
static NSString *const kFAUserPropertyPrefixForFIAM = @"fiam:";
5353

54-
// This user defaults key is for the entry to tell when we should remove the private user
55-
// property from a prior action url click to stop conversion attribution for a campaign
56-
static NSString *const kFIAMUserDefaualtsKeyForRemoveUserPropertyTimeInSeconds =
57-
@"firebase-iam-conversion-tracking-expires-in-seconds";
58-
5954
@implementation FIRIAMAnalyticsEventLoggerImpl {
6055
id<FIRAnalyticsInterop> _analytics;
6156
}

0 commit comments

Comments
 (0)