I have a question about application background refresh.
In my AppDelegate.swift, I use an NSTimer to refresh my app when my app enters background mode.
On the iOS Simulator, refresh works perfectly in background mode, but when I run my app on the real device, refresh doesn't work.
Is it impossible to use a NSTimer for refresh my app in background?