We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cfa0e3 commit c918e55Copy full SHA for c918e55
1 file changed
Sources/Shared/API/HAAPI.swift
@@ -612,7 +612,7 @@ public class HomeAssistantAPI {
612
// Push-to-start token (stored in Keychain at launch, updated via stream).
613
// The relay server uses this token to start a Live Activity entirely via APNs.
614
if let pushToStartToken = LiveActivityRegistry.storedPushToStartToken {
615
- appData["live_activity_start_token"] = pushToStartToken
+ appData["live_activity_token"] = pushToStartToken
616
appData["live_activity_push_to_start_apns_environment"] = Current.apnsEnvironment
617
}
618
0 commit comments