From 55a2ad6c02329378183454327c11da31b774cd98 Mon Sep 17 00:00:00 2001 From: lpw <812862340@qq.com> Date: Mon, 27 Apr 2026 09:31:08 +0800 Subject: [PATCH] 提交版本 4.12.0 --- frameworks/FBSDKCoreKit.xcframework/ios-arm64/FBSDKCoreKit.framework/Headers/FBSDKAppEventName.h | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/frameworks/FBSDKCoreKit.xcframework/ios-arm64/FBSDKCoreKit.framework/Headers/FBSDKAppEventName.h b/frameworks/FBSDKCoreKit.xcframework/ios-arm64/FBSDKCoreKit.framework/Headers/FBSDKAppEventName.h index 987e6f7..d567036 100644 --- a/frameworks/FBSDKCoreKit.xcframework/ios-arm64/FBSDKCoreKit.framework/Headers/FBSDKAppEventName.h +++ b/frameworks/FBSDKCoreKit.xcframework/ios-arm64/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