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 23, 2023
1 parent 9219a32 commit 66bed11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion breezsdk/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ func createSilentPush(notification *notify.Notification) (*messaging.Message, er
},
Payload: &messaging.APNSPayload{
Aps: &messaging.Aps{
ContentAvailable: true,
ContentAvailable: false,
MutableContent: true,
},
},
Expand Down

0 comments on commit 66bed11

Please sign in to comment.