From ed8cfadad5a26e8ebd4e026abce7642757d23af2 Mon Sep 17 00:00:00 2001
From: lpw <812862340@qq.com>
Date: Sun, 28 Sep 2025 15:06:18 +0800
Subject: [PATCH] 提交版本 4.8.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