In crash reports from the AppStore, we can see crashes caused by the Timer class during its invalidation.
Timer
It looks like the crashes were caused by the invalidation of the Timer on a different thread than it was created. This issue should be fixed now.
In crash reports from the AppStore, we can see crashes caused by the
Timer
class during its invalidation.