diff --git a/editor/export/editor_export_platform_apple_embedded.cpp b/editor/export/editor_export_platform_apple_embedded.cpp index 464c3dce4e8..3699bcac1a0 100644 --- a/editor/export/editor_export_platform_apple_embedded.cpp +++ b/editor/export/editor_export_platform_apple_embedded.cpp @@ -131,7 +131,7 @@ static const DataCollectionInfo data_collect_type_info[] = { { "customer_support", "NSPrivacyCollectedDataTypeCustomerSupport" }, { "other_user_content", "NSPrivacyCollectedDataTypeOtherUserContent" }, { "browsing_history", "NSPrivacyCollectedDataTypeBrowsingHistory" }, - { "search_hhistory", "NSPrivacyCollectedDataTypeSearchHistory" }, + { "search_history", "NSPrivacyCollectedDataTypeSearchHistory" }, { "user_id", "NSPrivacyCollectedDataTypeUserID" }, { "device_id", "NSPrivacyCollectedDataTypeDeviceID" }, { "purchase_history", "NSPrivacyCollectedDataTypePurchaseHistory" }, diff --git a/platform/ios/doc_classes/EditorExportPlatformIOS.xml b/platform/ios/doc_classes/EditorExportPlatformIOS.xml index e22850bc9a7..35f0415d594 100644 --- a/platform/ios/doc_classes/EditorExportPlatformIOS.xml +++ b/platform/ios/doc_classes/EditorExportPlatformIOS.xml @@ -662,16 +662,16 @@ Indicates whether your app uses purchase history for tracking. - + Indicates whether your app collects search history. - + The reasons your app collects search history. See [url=https://developer.apple.com/documentation/bundleresources/privacy_manifest_files/describing_data_use_in_privacy_manifests]Describing data use in privacy manifests[/url]. - + Indicates whether your app links search history to the user's identity. - + Indicates whether your app uses search history for tracking. diff --git a/platform/macos/doc_classes/EditorExportPlatformMacOS.xml b/platform/macos/doc_classes/EditorExportPlatformMacOS.xml index 50767adac82..b3f987b092f 100644 --- a/platform/macos/doc_classes/EditorExportPlatformMacOS.xml +++ b/platform/macos/doc_classes/EditorExportPlatformMacOS.xml @@ -612,16 +612,16 @@ Indicates whether your app uses purchase history for tracking. - + Indicates whether your app collects search history. - + The reasons your app collects search history. See [url=https://developer.apple.com/documentation/bundleresources/privacy_manifest_files/describing_data_use_in_privacy_manifests]Describing data use in privacy manifests[/url]. - + Indicates whether your app links search history to the user's identity. - + Indicates whether your app uses search history for tracking. diff --git a/platform/macos/export/export_plugin.cpp b/platform/macos/export/export_plugin.cpp index 58baeb89a0c..2761e4682fc 100644 --- a/platform/macos/export/export_plugin.cpp +++ b/platform/macos/export/export_plugin.cpp @@ -436,7 +436,7 @@ static const DataCollectionInfo data_collect_type_info[] = { { "customer_support", "NSPrivacyCollectedDataTypeCustomerSupport" }, { "other_user_content", "NSPrivacyCollectedDataTypeOtherUserContent" }, { "browsing_history", "NSPrivacyCollectedDataTypeBrowsingHistory" }, - { "search_hhistory", "NSPrivacyCollectedDataTypeSearchHistory" }, + { "search_history", "NSPrivacyCollectedDataTypeSearchHistory" }, { "user_id", "NSPrivacyCollectedDataTypeUserID" }, { "device_id", "NSPrivacyCollectedDataTypeDeviceID" }, { "purchase_history", "NSPrivacyCollectedDataTypePurchaseHistory" }, diff --git a/platform/visionos/doc_classes/EditorExportPlatformVisionOS.xml b/platform/visionos/doc_classes/EditorExportPlatformVisionOS.xml index 255c46e2858..5f310d3377f 100644 --- a/platform/visionos/doc_classes/EditorExportPlatformVisionOS.xml +++ b/platform/visionos/doc_classes/EditorExportPlatformVisionOS.xml @@ -514,16 +514,16 @@ Indicates whether your app uses purchase history for tracking. - + Indicates whether your app collects search history. - + The reasons your app collects search history. See [url=https://developer.apple.com/documentation/bundleresources/privacy_manifest_files/describing_data_use_in_privacy_manifests]Describing data use in privacy manifests[/url]. - + Indicates whether your app links search history to the user's identity. - + Indicates whether your app uses search history for tracking.