Im using a notification content extensions with customized action (Accept, Dismiss). When pressing dismiss I'm trying to send an https request to my server. Keep getting -1009 error (The Internet connection appears to be offline).
Application is setup to use background modes.
Is it even possible to run any network calls in the background?
My bad. The problem was calling the completionHandler without waiting for my rest response.