Skip to content

Commit

Permalink
adds consent log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan Greer committed Oct 11, 2024
1 parent 7b89260 commit 2b9c9e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions swift-sdk/Internal/AnonymousUserManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ public class AnonymousUserManager: AnonymousUserManagerProtocol {
// Stores event data locally
private func storeEventData(type: String, data: [AnyHashable: Any], shouldOverWrite: Bool? = false) {
if !self.localStorage.anonymousUsageTrack {
ITBInfo("AUT CONSENT NOT GIVEN")
return
}

Expand Down

0 comments on commit 2b9c9e6

Please sign in to comment.