Make registration challenge APNs payloads "silent"

This commit is contained in:
Jon Chambers 2023-11-10 17:10:59 -08:00 committed by Jon Chambers
parent fbf71c93ff
commit acd1140ef6
1 changed files with 1 additions and 2 deletions

View File

@ -108,8 +108,7 @@ public class APNSender implements Managed, PushNotificationSender {
.build();
case CHALLENGE -> new SimpleApnsPayloadBuilder()
.setSound("default")
.setLocalizedAlertMessage("APN_Message")
.setContentAvailable(true)
.addCustomProperty("challenge", notification.data())
.build();