My app makes some server calls whenever it is started, now I face a weird problem: when a push notification with content_available
wakes up my app the calls are made as well, but more often than not they run into a timeout.
Does this have to do with the app being in the background? Is something configured wrong? I activated background modes background fetch
as well as remote notifications
. Am I missing something?
beginBackgroundTaskWithExpirationHandler
– Wulf