Does firebase notification call 'application:didReceiveRemoteNotification:' after force close an iOS app?

The name of the picture


Does firebase notification call 'application:didReceiveRemoteNotification:' after force close an iOS app?



application:didReceiveRemoteNotification: method, which is called only when your app is running in the foreground, the system calls this method when your app is running in the foreground or background. But I want to send push notification afer force an app to close on your iPhone, iPad, or iPod touch. It is necessery for update my apps data silently. I have already tried silent push notification in background mode. But it's not work in quite mode.



Will iOS perform background tasks after the user has force-quit the app?



If perform, fiarebase push notification build in method application:didReceiveRemoteNotification: execute?



Please reply anyone...









By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.

Popular posts from this blog

How to scale/resize CVPixelBufferRef in objective C, iOS

Stripe::AuthenticationError No API key provided. Set your API key using “Stripe.api_key = ”

SVG with two text elements. When one resizes due to textLength - how to resize the other one to the same character size