For the past 6 months i developed a XF app for a client.
Now we run into the problem that the app is heating up the phone really fast and it drains battery super fast.
Is there any good way to debug what in my app is causing this?
Some specialties about my app:
It accesses the camera most of the time the app is running.
It syncs small data with a webservice ever 15 seconds (2 Calls done with System.Net.Http.HttpClient)
I'm working with Visual studio