Hi everyone , Im going to release my first application but before that , I found a big problem on my device testing,
my problem was that "application stops timer(stops to work) after lock screen on actual device but work perfectly on simulator."
is that because I haven't released so actual device won't let me keep working on lock screen? or it's a bug in my code?
I've write an NSLog to monitoring my application timer action, it keeps working when simulator goes to sleep(lock screen)
but on actual device......it stops.
Im so frustrating because I don't know why there has some diffences between actual device and simulator and don't know how to slove it.
hope someone can help me solve this problem.