Darwin's quick notifications and background fetch

I have an app that is configured to use background fetch, remote notifications and push notifications (and app groups).

I have an application working in such a way that when it receives a push notification, it will wake up from the background and execute some code.

I am wondering if I send a Darwin notification from one app to another (they are both contained in an app group), then the app will come to life if it is suspended by the OS, as it does with remote notifications. I cannot find information on this.

+3


source to share





All Articles