add link to APNs documentation

This commit is contained in:
2025-04-22 11:01:31 -07:00
parent 44a0f56b93
commit ba0375f582

View File

@@ -107,6 +107,8 @@ export class AppleNotificationSender {
resolve();
});
// See https://developer.apple.com/documentation/usernotifications/generating-a-remote-notification
// for notification payload examples
req.write(JSON.stringify({
aps: {
alert: notificationAlertArguments,