mirror of
https://github.com/brendan-ch/project-inter-server.git
synced 2026-04-17 07:50:31 +00:00
add link to APNs documentation
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user