Silent remote notification if app is terminated in iOS -


this question has answer here:

when remote notification need perform segue.this process happening in background. if app terminated/ killed sliding in app preview not getting notification. silent notification , user cannot see it. user has no way launch app in foreground on receiving notification. how handle situation?

apns handled operating system not notify app if it's not foregrounded or running in background. apple has specific regulations on how applications can have extended background processes here

https://developer.apple.com/library/ios/documentation/iphone/conceptual/iphoneosprogrammingguide/backgroundexecution/backgroundexecution.html

regardless, once app terminated apns not start application. user must start application either tapping icon or interacting notification.


Comments

Popular posts from this blog

javascript - Slick Slider width recalculation -

jsf - PrimeFaces Datatable - What is f:facet actually doing? -

angular2 services - Angular 2 RC 4 Http post not firing -