Skip to content

Commit

Permalink
Adding sound property to iOS FCM Push on Private Messages #7
Browse files Browse the repository at this point in the history
  • Loading branch information
Pinselohrkater committed Jul 30, 2017
1 parent fc827f2 commit eb44a54
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ await SendPushNotificationAsync(new
{
title = toastTitle,
body = toastMessage,
sound = "notification_default.caf"
},
to = recipient.DeviceId
});
Expand Down

0 comments on commit eb44a54

Please sign in to comment.