I have a requirement where I need to make a network connection when a new push notification arrives while app is in background.
Is it possible to do so? Some hook?
Right now, I make the connection when notification is swiped to open the app. However, it delays when the user sees the new data.
Any other way of getting data faster from server triggered by a new push notification?