From e2c4e3a250a8857c327b952288672d689320d563 Mon Sep 17 00:00:00 2001 From: lpw Date: Tue, 18 Mar 2025 09:03:34 +0800 Subject: [PATCH] 提交 4.4.0 --- frameworks/FBSDKCoreKit.xcframework/ios-arm64_x86_64-simulator/FBSDKCoreKit.framework/Headers/FBSDKAppEventName.h | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/frameworks/FBSDKCoreKit.xcframework/ios-arm64_x86_64-simulator/FBSDKCoreKit.framework/Headers/FBSDKAppEventName.h b/frameworks/FBSDKCoreKit.xcframework/ios-arm64_x86_64-simulator/FBSDKCoreKit.framework/Headers/FBSDKAppEventName.h index 987e6f7..d567036 100644 --- a/frameworks/FBSDKCoreKit.xcframework/ios-arm64_x86_64-simulator/FBSDKCoreKit.framework/Headers/FBSDKAppEventName.h +++ b/frameworks/FBSDKCoreKit.xcframework/ios-arm64_x86_64-simulator/FBSDKCoreKit.framework/Headers/FBSDKAppEventName.h @@ -80,6 +80,16 @@ /// Log this event when the user has completed a transaction. The valueToSum passed to logEvent should be the total price of the transaction. FOUNDATION_EXPORT FBSDKAppEventName const FBSDKAppEventNamePurchased; +FOUNDATION_EXPORT FBSDKAppEventName const FBSDKAppEventNamePurchaseRestored; + +FOUNDATION_EXPORT FBSDKAppEventName const FBSDKAppEventNameSubscribeRestore; + +FOUNDATION_EXPORT FBSDKAppEventName const FBSDKAppEventNamePurchaseFailed; + +FOUNDATION_EXPORT FBSDKAppEventName const FBSDKAppEventNameSubscribeInitiatedCheckout; + +FOUNDATION_EXPORT FBSDKAppEventName const FBSDKAppEventNameSubscribeFailed; + // MARK: - Gaming /// Log this event when the user has achieved a level in the app. -- Gitblit v1.8.0