From 5cd1667f7ff538c29d17c3ab03ade573bc595a69 Mon Sep 17 00:00:00 2001 From: Vincent Young Date: Tue, 4 Aug 2026 20:29:38 +0800 Subject: [PATCH] fix(translate): report iOS 27.0 in oneshot client profile Pin app_information.os_version, x-app-os-version, and User-Agent to iOS 27.0 for a consistent iOS client fingerprint. --- translate/translate.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/translate/translate.go b/translate/translate.go index a4bcc03..1d209ac 100644 --- a/translate/translate.go +++ b/translate/translate.go @@ -61,9 +61,9 @@ const ( iosAppBuild = "5443737" iosBundleID = "com.linguee.DeepLMobileTranslator" // Stable OS version reported in app_information + x-app-os-version. - // HelloIOS_Auto does not pin a specific iOS minor; 18.5 is a current - // shipping major that matches MinimumOSVersion 17.0+ of the IPA. - iosOSVersion = "18.5" + // HelloIOS_Auto does not pin a specific iOS minor; pin a fixed value + // so UA / x-app-os-version / app_information stay consistent. + iosOSVersion = "27.0" // oneshot enforces a 1500-character hard cap on the total length of // the `text` array for anonymous traffic (same limit the Chrome