diff --git a/breezsdk/init.go b/breezsdk/init.go index 3f2f4d9..bb9b4ce 100644 --- a/breezsdk/init.go +++ b/breezsdk/init.go @@ -46,7 +46,7 @@ func createSilentPush(notification *notify.Notification) (*messaging.Message, er }, Payload: &messaging.APNSPayload{ Aps: &messaging.Aps{ - ContentAvailable: true, + ContentAvailable: false, MutableContent: true, }, },