From b19a78b27247f5f0761c35b5b3e8a41876eabb05 Mon Sep 17 00:00:00 2001 From: lpw <pengwei.li@gamehollywood.com> Date: Tue, 20 Apr 2021 17:18:32 +0800 Subject: [PATCH] no message --- frameworks/FBSDKCoreKit.framework/Headers/FBSDKSettings.h | 20 +++++++++++++------- 1 files changed, 13 insertions(+), 7 deletions(-) diff --git a/frameworks/FBSDKCoreKit.framework/Headers/FBSDKSettings.h b/frameworks/FBSDKCoreKit.framework/Headers/FBSDKSettings.h index 86ee277..931b025 100644 --- a/frameworks/FBSDKCoreKit.framework/Headers/FBSDKSettings.h +++ b/frameworks/FBSDKCoreKit.framework/Headers/FBSDKSettings.h @@ -86,13 +86,6 @@ NS_SWIFT_NAME(jpegCompressionQuality); /** - Controls sdk auto initailization. - If not explicitly set, the default is true - */ -@property (class, nonatomic, assign, getter=isAutoInitEnabled) BOOL autoInitEnabled -DEPRECATED_MSG_ATTRIBUTE("Auto-initialization will be removed in the next major version release."); - -/** Controls the auto logging of basic app events, such as activateApp and deactivateApp. If not explicitly set, the default is true */ @@ -111,6 +104,12 @@ @property (class, nonatomic, assign, getter=isAdvertiserIDCollectionEnabled) BOOL advertiserIDCollectionEnabled; /** + Controls the SKAdNetwork report + If not explicitly set, the default is true + */ +@property (class, nonatomic, assign, getter=isSKAdNetworkReportEnabled) BOOL SKAdNetworkReportEnabled; + +/** Whether data such as that generated through FBSDKAppEvents and sent to Facebook should be restricted from being used for other than analytics and conversions. Defaults to NO. This value is stored on the device and persists across app launches. @@ -118,6 +117,13 @@ @property (class, nonatomic, assign, getter=shouldLimitEventAndDataUsage) BOOL limitEventAndDataUsage; /** + Whether in memory cached values should be used for expensive metadata fields, such as + carrier and advertiser ID, that are fetched on many applicationDidBecomeActive notifications. + Defaults to NO. This value is stored on the device and persists across app launches. + */ +@property (class, nonatomic, assign, getter=shouldUseCachedValuesForExpensiveMetadata) BOOL shouldUseCachedValuesForExpensiveMetadata; + +/** A convenient way to toggle error recovery for all FBSDKGraphRequest instances created after this is set. */ @property (class, nonatomic, assign, getter=isGraphErrorRecoveryEnabled) BOOL graphErrorRecoveryEnabled; -- Gitblit v1.8.0