Skip to content

Commit 2a35e5d

Browse files
authored
adds apns topic push-type.liveactivity
1 parent 208f5e9 commit 2a35e5d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/AuthProvider/Token.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,9 @@ public function generateApnsTopic(string $pushType)
153153
case 'voip':
154154
return $this->appBundleId . '.voip';
155155

156+
case 'liveactivity':
157+
return $this->appBundleId . '.push-type.liveactivity';
158+
156159
case 'complication':
157160
return $this->appBundleId . '.complication';
158161

0 commit comments

Comments
 (0)