Q: [APNs] iOS13 silent notification specification

Hi,


I found this about silent-notification (background notification).

-----

"If something force quits or kills the app, the system discards the held notification."

-----

https://developer.apple.com/documentation/usernotifications/setting_up_a_remote_notification_server/pushing_background_updates_to_your_app


Does the above description apply to iOS13?


I confirmed that iOS13 received silent notification when my app force quits (swipe-closing the app).

When I did the same operation I confirmed that notifications did not come on iOS 11 and 12.


・Steps to Reproduce

iOS13

1) Swipe-closing the app.

2) Pushing silent-notification to the app.