I have enterprise level application that has dashboard with company news updated, and shows the badge count for unread news on it, How I can configure my app to show the badge count in suspended and killed state, I have local DB on device which keeps info of unread count, so with each new news (that comes thru push) need to update the badge count , so that application can draw user attenstion .
Note - We want to increment badge count in killed state, I know AP news increases badge count in killed state also , But not sure how it is doing it .