diff --git a/src/AuthProvider/Token.php b/src/AuthProvider/Token.php index 295746c..71e9166 100644 --- a/src/AuthProvider/Token.php +++ b/src/AuthProvider/Token.php @@ -153,6 +153,9 @@ public function generateApnsTopic(string $pushType) case 'voip': return $this->appBundleId . '.voip'; + case 'liveactivity': + return $this->appBundleId . '.push-type.liveactivity'; + case 'complication': return $this->appBundleId . '.complication';