The timer stops too early! How can I fix it?

This problem is usually only seen on Android devices
RepCount is doing everything it can to keep the timer alive, but in some devices, the timer still gets killed before it has had a chance to fire.

The reason for this is that many modern devices are very aggressive in their power-saving features, and don't allow services like RepCounts timer to stay alive, even though they should. This is a big problem for all Android developers, not just RepCount and unfortunately, it can't be fixed in the app alone. 

Fortunately, you can fix the problem yourself by disabling the aggressive power-saving features for RepCount. For information on how to solve this problem yourself, we recommend going to https://dontkillmyapp.com as it contains guides on how to fix this for most Android devices. 

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.