We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 416313a commit a56a363Copy full SHA for a56a363
CorePush.Tester/Program.cs
@@ -53,7 +53,7 @@ private static async Task SendApnNotificationAsync()
53
notification = new { body = "Hello World!" }
54
};
55
56
- await apn.SendAsync(payload,);
+ await apn.SendAsync(payload, apnDeviceToken);
57
}
58
59
private static async Task SendFcmNotificationAsync()
0 commit comments