Skip to content

Commit

Permalink
[HOTFIX] change apns priority value
Browse files Browse the repository at this point in the history
  • Loading branch information
ohksj77 committed Jan 4, 2024
1 parent ee1c166 commit ec4dd46
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public class NotificationRequest {

private static final ApnsConfig APNS_CONFIG =
ApnsConfig.builder()
.putHeader("apns-priority", "10")
.putHeader("apns-priority", "5")
.setAps(Aps.builder().setBadge(1).build())
.build();

Expand Down

0 comments on commit ec4dd46

Please sign in to comment.