My app receives push notifications and sometimes these notifications come with an object that has to be stored on core data.
What happens if one of these notifications with an object arrives to the application when it is not running?
How do I handle that?
thanks
If you have implemented method
It will be fired up for every notification during the sleep, when the app becomes active.