From 76f34560a3971bcd33123bd1a41eea0e1152dc0e Mon Sep 17 00:00:00 2001
From: lpw <812862340@qq.com>
Date: Wed, 15 Jul 2026 09:36:09 +0800
Subject: [PATCH] 提交版本 4.13.0

---
 frameworks/FirebaseAnalytics.xcframework/tvos-arm64_x86_64-simulator/FirebaseAnalytics.framework/Headers/FIRAnalytics.h |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/frameworks/FirebaseAnalytics.xcframework/tvos-arm64_x86_64-simulator/FirebaseAnalytics.framework/Headers/FIRAnalytics.h b/frameworks/FirebaseAnalytics.xcframework/tvos-arm64_x86_64-simulator/FirebaseAnalytics.framework/Headers/FIRAnalytics.h
index e7ce5dc..ec88689 100644
--- a/frameworks/FirebaseAnalytics.xcframework/tvos-arm64_x86_64-simulator/FirebaseAnalytics.framework/Headers/FIRAnalytics.h
+++ b/frameworks/FirebaseAnalytics.xcframework/tvos-arm64_x86_64-simulator/FirebaseAnalytics.framework/Headers/FIRAnalytics.h
@@ -20,7 +20,8 @@
 /// the same parameters. Up to 500 event names are supported. Using predefined events and/or
 /// parameters is recommended for optimal reporting.
 ///
-/// The following event names are reserved and cannot be used:
+/// The following event names are reserved - events with these names will be dropped, and instead an
+/// error event will be logged:
 /// <ul>
 ///     <li>ad_activeview</li>
 ///     <li>ad_click</li>
@@ -44,7 +45,6 @@
 ///     <li>firebase_campaign</li>
 ///     <li>first_open</li>
 ///     <li>first_visit</li>
-///     <li>in_app_purchase</li>
 ///     <li>notification_dismiss</li>
 ///     <li>notification_foreground</li>
 ///     <li>notification_open</li>
@@ -65,8 +65,9 @@
 ///     no parameters. Parameter names can be up to 40 characters long and must start with an
 ///     alphabetic character and contain only alphanumeric characters and underscores. Only String,
 ///     Int, and Double parameter types are supported. String parameter values can be up to 100
-///     characters long. The "firebase_", "google_", and "ga_" prefixes are reserved and should not
-///     be used for parameter names.
+///     characters long for standard Google Analytics properties, and up to 500 characters long for
+///     Google Analytics 360 properties. The "firebase_", "google_", and "ga_" prefixes are reserved
+///     and should not be used for parameter names.
 + (void)logEventWithName:(NSString *)name
               parameters:(nullable NSDictionary<NSString *, id> *)parameters
     NS_SWIFT_NAME(logEvent(_:parameters:));

--
Gitblit v1.8.0