Skip to content

Commit 2b9c9e6

Browse files
author
Evan Greer
committed
adds consent log statement
1 parent 7b89260 commit 2b9c9e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

swift-sdk/Internal/AnonymousUserManager.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ public class AnonymousUserManager: AnonymousUserManagerProtocol {
213213
// Stores event data locally
214214
private func storeEventData(type: String, data: [AnyHashable: Any], shouldOverWrite: Bool? = false) {
215215
if !self.localStorage.anonymousUsageTrack {
216+
ITBInfo("AUT CONSENT NOT GIVEN")
216217
return
217218
}
218219

0 commit comments

Comments
 (0)