From 49b8839fda3439edc31581527e84036e58f55f0f Mon Sep 17 00:00:00 2001 From: lpw <pengwei.li@gamehollywood.com> Date: Tue, 26 Jan 2021 09:43:00 +0800 Subject: [PATCH] 3.9.2 --- frameworks/FBSDKCoreKit.framework/Headers/FBSDKAppEvents.h | 14 ++++++++++---- 1 files changed, 10 insertions(+), 4 deletions(-) diff --git a/frameworks/FBSDKCoreKit.framework/Headers/FBSDKAppEvents.h b/frameworks/FBSDKCoreKit.framework/Headers/FBSDKAppEvents.h index 37ff15e..28ab185 100644 --- a/frameworks/FBSDKCoreKit.framework/Headers/FBSDKAppEvents.h +++ b/frameworks/FBSDKCoreKit.framework/Headers/FBSDKAppEvents.h @@ -22,7 +22,11 @@ #import <WebKit/WebKit.h> #endif +#ifdef BUCK #import <FBSDKCoreKit/FBSDKGraphRequestConnection.h> +#else +#import "FBSDKGraphRequestConnection.h" +#endif NS_ASSUME_NONNULL_BEGIN @@ -166,9 +170,6 @@ /** The booking of an appointment to visit one of your locations. */ FOUNDATION_EXPORT FBSDKAppEventName FBSDKAppEventNameSchedule; - -/** The subsequent subscriptions after the start of a paid subscription for a product or service you offer. */ -FOUNDATION_EXPORT FBSDKAppEventName FBSDKAppEventNameSubscriptionHeartbeat __attribute((deprecated("This attribute is no longer used."))); /** The start of a free trial of a product or service you offer (example: trial subscription). */ FOUNDATION_EXPORT FBSDKAppEventName FBSDKAppEventNameStartTrial; @@ -451,6 +452,11 @@ The userID is persisted until it is cleared by passing nil. */ @property (class, nonatomic, copy, nullable) NSString *userID; + +/* + Returns generated anonymous id that persisted with current install of the app +*/ +@property (class, nonatomic, readonly) NSString *anonymousID; /* * Basic event logging @@ -823,7 +829,7 @@ @param properties the custom user properties @param handler the optional completion handler */ -+ (void)updateUserProperties:(NSDictionary<NSString *, id> *)properties handler:(nullable FBSDKGraphRequestBlock)handler; ++ (void)updateUserProperties:(NSDictionary<NSString *, id> *)properties handler:(nullable FBSDKGraphRequestBlock)handler __attribute__((deprecated("updateUserProperties is deprecated"))); #if !TARGET_OS_TV /* -- Gitblit v1.8.0