Are there any tricks/methods to optimize the battery usage that you app uses?
I’ve an app that can play streaming audio in the background quiet well. It does the basics like put the app in the background after a little time of no interfacing with the screen by the user.
Are there any other tricks to be done to stop it eating the battery like a fat man at an all you can eat buffet!
Thanks,
-Code
You can decrease the usage of the internet and in the case that you are using the Location librairies don’t use them except if you need them in which case don’t use cutting eye accuracy. The most valid trick for this is no GPS no Geolocation.
I hope this helps!