Should we use absolute or calendar Date when scheduling background tasks?
I would guess it doesn't matter how we construct Date but I wanted to double check since WWDC videos show both ways.
I've experienced some instances where background tasks ran much later than expected, and while this is not surprising since iOS has many factors to consider when they allot background execution time, the times of execution seemed to line up with the hours change between Absolute and Calendar time.
Or
And
I understand there is no guarantee that the system will run the background task exactly or even near the date requested.
Thanks!
2
1
987