Skip to content

Commit

Permalink
adds apns topic push-type.liveactivity
Browse files Browse the repository at this point in the history
  • Loading branch information
jolamar authored Feb 22, 2023
1 parent 208f5e9 commit 2a35e5d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/AuthProvider/Token.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';

Expand Down

0 comments on commit 2a35e5d

Please sign in to comment.