I am getting a lot of reports that a function that is called by applicationWillTerminate
, not exclusively by that but I have a feeling that the root of the issue might have something to do with that. I am getting these reports from Fabric.io Crashlytics. Anyways the reported line causing the crash is the following:
return Int(NSDate().timeIntervalSince1970 * 1000)
This code has also been working in most cases but has risen up the list of crashes. Can anyone give me any hint as to why this might be crashing.