I have a use case where I want to set timely local notifications, which on delivery would fetch unread message count from server through API call and will update the App icon badge based on that number.
So is this use case served by local notifications, or will I have to use remote notifications to send the unread message count to the app?