From 2bafc9250d571eba024c7bd566bed7313dad2c03 Mon Sep 17 00:00:00 2001 From: andretortolano Date: Wed, 24 Jul 2024 09:28:09 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=A5=20Removing=20deprecated=20anonymou?= =?UTF-8?q?s=20call?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Sources/AppcuesKit/Appcues.swift | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Sources/AppcuesKit/Appcues.swift b/Sources/AppcuesKit/Appcues.swift index e8674398d..d4c9e9c78 100644 --- a/Sources/AppcuesKit/Appcues.swift +++ b/Sources/AppcuesKit/Appcues.swift @@ -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() {