I am working on a chat app in react-native iOS. I want to do badge increment on main app icon when notification is received in background mode. I added code inside didReceiveRemoteNotification method of AppDelegate. But this method is not called regularly. It called occasionally. Any idea on this?
↧