Skip to content

Commit

Permalink
💥 Removing deprecated anonymous call
Browse files Browse the repository at this point in the history
  • Loading branch information
andretortolano committed Jul 24, 2024
1 parent dcec10f commit 2bafc92
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Sources/AppcuesKit/Appcues.swift
Original file line number Diff line number Diff line change
Expand Up @@ -175,13 +175,6 @@ public class Appcues: NSObject {
identify(isAnonymous: true, userID: "anon:\(config.anonymousIDFactory())", properties: nil)
}

/// This function has been removed. Calling the anonymous function with a properties parameter
/// is no longer supported. A call to `anonymous()` with no parameters should be used instead.
@available(*, unavailable, message: "properties are no longer supported for anonymous users.")
public func anonymous(properties: [String: Any]?) {
// removed
}

/// Clears out the current user in this session. Can be used when the user logs out of your application.
@objc
public func reset() {
Expand Down

0 comments on commit 2bafc92

Please sign in to comment.