ios - APNS notification not waking app in background -


i have app registers woken in background when apns notification received (i.e., remote-notification setting uibackgroundmodes). in vast majority of cases works fine. apns notification comes in, app woken , call app delegate's application:didreceiveremotenotification:fetchcompletionhandler: made.

in cases apns received user app never gets woken up. seems happen when device has been inactive while (overnight, left behind weekend, etc). once user launches app normal , subsequent apns notifications again trigger background wake-up.

does have idea trigger this?


Comments

Popular posts from this blog

html - Sizing a high-res image (~8MB) to display entirely in a small div (circular, diameter 100px) -

java - IntelliJ - No such instance method -

identifier - Is it possible for an html5 document to have two ids? -