Skip to content

Commit

Permalink
Change APNS payload not to send silent notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
erdemyerebasmaz committed Nov 29, 2023
1 parent 66bed11 commit 559feb1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions breezsdk/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ func createSilentPush(notification *notify.Notification) (*messaging.Message, er
},
Payload: &messaging.APNSPayload{
Aps: &messaging.Aps{
Alert: &messaging.ApsAlert{
Title: "Incoming payment",
},
ContentAvailable: false,
MutableContent: true,
},
Expand Down

0 comments on commit 559feb1

Please sign in to comment.