I am facing an issue with my android application where it keeps downloading a lot of data for users in the background fetch mode.
I do invoke the app through an alarm to send a local notif, but that is pretty much it, apart from sending the notification it does not do anything else. I have integrated couple of ad network sdks in the application which i suspect can be doing this.
Is there some way by which i can figure out why this is happening as to who is downloading the data. Android only gives an app level information .. Is there something by which i can restrict the amount of data to be downloaded on the mobile data while the app is in background ?
Any help or suggestion would be really helpful .