Conditionally dismiss remote notification from didReceiveRemoteNotification
问题 My target is to run iOS app in background by receiving silent-pushes and post UILocalNotifications with some data downloaded from internet and decrypted inside app. I did it using method didReceiveRemoteNotification:fetchCompletionHandler: and pushing empty silent notifications from my server when some data is available to client. But if user force closes app - this method is not called at all. And user is not notified about something available for him. Then I added some text to push