TrueTime.swift
TrueTime.swift copied to clipboard
NTP library for Swift and Objective-C. Get the true time impervious to device clock changes.
"**Error! Error Domain=com.instacart.TrueTimeErrorDomain Code=2 "The connection timed out." UserInfo={NSLocalizedDescription=The connection timed out.}**" Version : TrueTime (5.0.3) My code: ``` let client = TrueTimeClient.sharedInstance client.start() let now = client.referenceTime?.now() client.fetchIfNeeded {...
**Crashed: com.instacart.ntp.connection** 0 libsystem_platform.dylib 0x1aa0 _platform_memmove + 208 1 libswiftCore.dylib 0x2a981c swift_allocateGenericClassMetadata + 456 2 libswiftCore.dylib 0x2a981c swift_allocateGenericClassMetadata + 456 3 libswiftCore.dylib 0x2aa268 swift_getGenericMetadata + 1312 4 libswiftCore.dylib 0x226720 swift_stdlib_getDescription...
The CocoaPods Master Repo hasn't been updated/pushed to for version 5.1.0. I'm currently facing a bug (#96) and would love to try 5.1.0 but I'm unable to install it. [Link...
Running on iOS 14.6 XCode 12.4 [Related Issue](https://github.com/instacart/TrueTime.swift/issues/36) According to XCode there's a ton of retain cycles causing leaks in this Library. Please see the attached screen shot for a...
Hi! I was blocking the main thread and waiting sync for TrueTime response. But it would forever wait! Upon inspection, I realized that even though TrueTime code appears to be...
when we are fully offline, referenceTime.now() not work? But TrueTime for Android works well.
I'm getting the logs below on Crashlytics. Appreciate the help with this. TrueTime $s8TrueTime9NTPClientC5start4pool4portySaySSG_SitFyycfU_ + 184 Crashed: com.instacart.ntp.client 0 TrueTime 0x105c5a4b0 $s8TrueTime9NTPClientC5start4pool4portySaySSG_SitFyycfU_ + 184 1 TrueTime 0x105c59ec4 $sIeg_IeyB_TR + 20...
I'm seeing this crash in firebase, any ideas? 
im getting this crash report in crashlytics. you guys have any idea about this ?
Hello, i have problem when i added TrueTime to our SDK, then i try to integrate SDK in other project i get this: Any idea how to resolve this ?...