Skip to content

Commit 18c1c94

Browse files
authored
Merge pull request #841 from Iterable/evan/log-consent
[MOB-9699] adds consent log statement
2 parents 7b89260 + 2b9c9e6 commit 18c1c94

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)