I'm writing an app to control a device through http requests. And the final goal is shutdown timer. User can specify time in minutes for app to shutdown device. And timer is working fine until app in foreground. I know that I could use silent local notification for app to come back from background for 30 sec and send http request to shutdown device but I cannot manage where to put "content-available" key for it... there are notification title, body, sound and userInfo and that's ok, but I searched all over the internet for a few days and there is no example where to put "content-available=1" for this purpose.