Skip to content

Commit

Permalink
Merge pull request #163 from jolamar/feature/apns-topic-liveactivity
Browse files Browse the repository at this point in the history
adds apns topic push-type.liveactivity
  • Loading branch information
edamov authored Feb 23, 2023
2 parents 208f5e9 + 2a35e5d commit 4f5f7d2
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 4f5f7d2

Please sign in to comment.