APNS Content available push not received in iOS 15 device when app builds with Xcode 13.0, iOS 15 SDK.
Push payload data with content available:1 not working
{"aps":{"content-available":1},"update":"2|1"}
but normal notification message push working
{"aps":{"alert":"welcome"}}
is there any payload or configuration in the header field for the iOS 15 silent push message?