diff --git a/breezsdk/init.go b/breezsdk/init.go index bb9b4ce..f682e81 100644 --- a/breezsdk/init.go +++ b/breezsdk/init.go @@ -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, },