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();
|
resolve();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
// See https://developer.apple.com/documentation/usernotifications/generating-a-remote-notification
|
||||||
|
// for notification payload examples
|
||||||
req.write(JSON.stringify({
|
req.write(JSON.stringify({
|
||||||
aps: {
|
aps: {
|
||||||
alert: notificationAlertArguments,
|
alert: notificationAlertArguments,
|
||||||
|
|||||||
Reference in New Issue
Block a user