I am currently having a problem with push notifications in iOS.
My application receives silent push notifications containing an identifier. This identifier is then used to retrieve data from the remote server from which the local notification is generated.
As far as I know, if the user has a forced close of the application (that is, double-clicking the home button and scrolling to close the application), then a silent push notification is not passed to the didReceiveRemoteNotification method in the AppDelegate class [1] [2], thereby allowing the application to do some processing.
I have done a lot of research to address the situation mentioned above. However, he could not find a definitive answer and hoped that someone could help me or point me in the right direction.
source share