Skip to content

Commit

Permalink
🔧 Adds new boolean to config the criteria fetching strategy on app fo…
Browse files Browse the repository at this point in the history
…reground
  • Loading branch information
joaodordio committed Jan 16, 2025
1 parent c12c4a8 commit d3c7526
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions swift-sdk/SDK/IterableConfig.swift
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,11 @@ public class IterableConfig: NSObject {

/// When set to `true`, IterableSDK will track all events when users are not logged into the application.
public var enableAnonActivation = true

/// Disables fetching of anonymous user criteria on foreground when set to `true`
/// By default, the SDK will fetch anonymous user criteria on foreground.
public var disableOnForegroundCriteriaFetching = false

/// Allows for fetching embedded messages.
public var enableEmbeddedMessaging = false

Expand Down

0 comments on commit d3c7526

Please sign in to comment.