On IOS13 push kit cannot be used other than callKit. I want to do processing on killed state just like WhatsApp and keep my application up-to date for good user experience. What could be the solution for doing processing on killed state.
To accomplish this I tried UserNotification framework but it doesn't allow to run custom code on killed state. Lower than IOS 13 push kit works fine but on IOS 13 it's not working.
Application should be able to do any operation on killed state just like WhatsApp to keep application data up-to date. For IOS 13 when received pushKit notification app got crashed on killed state.