APNS Content Available Push not working in iOS 15

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?

We had the same problem. Back to the last version XCode 12 and everything works again. Is there any news on the topic?

https://blog.branch.io/apple-killed-uninstall-tracking-on-ios-15/

APNS Content Available Push not working in iOS 15
 
 
Q