From 1cd96de7c67a51e31fbf6da028328375f2cf831c Mon Sep 17 00:00:00 2001 From: Sylvain Date: Mon, 25 May 2026 18:59:07 +0200 Subject: [PATCH] =?UTF-8?q?fix(watchos):=20WKCompanionAppBundleIdentifier?= =?UTF-8?q?=20=E2=80=94=20l'app=20watch=20refusait=20de=20s'installer?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sans cette clé (ou WKWatchOnly), iOS rejette l'install d'une app watch compagnon (erreur "WKCompanionAppBundleIdentifier missing or malformed"), sur simulateur comme sur device/TestFlight. Détecté au smoke test simctl install. Pointe vers le bundle iOS ch.hypnotruck.coach. Co-Authored-By: Claude Opus 4.7 (1M context) --- ios/App/CoachWatch/Info.plist | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ios/App/CoachWatch/Info.plist b/ios/App/CoachWatch/Info.plist index b3715c8..a8d1db4 100644 --- a/ios/App/CoachWatch/Info.plist +++ b/ios/App/CoachWatch/Info.plist @@ -22,6 +22,8 @@ $(CURRENT_PROJECT_VERSION) WKApplication + WKCompanionAppBundleIdentifier + ch.hypnotruck.coach WKBackgroundModes workout-processing