I have been facing a issue that my app doesnt run background for more than 10 mins , I have implemented background task which will fetch notifications instantly.
my appl
You should use Push Notifications instead fetching them every 5 minutes. It's will work on the fly and will not drain the battery.