Skip to content

Commit 4f5f7d2

Browse files
authored
Merge pull request #163 from jolamar/feature/apns-topic-liveactivity
adds apns topic push-type.liveactivity
2 parents 208f5e9 + 2a35e5d commit 4f5f7d2

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)