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
regardless, once app terminated apns not start application. user must start application either tapping icon or interacting notification.
Comments
Post a Comment