TrueTime.swift
TrueTime.swift copied to clipboard
NTP library for Swift and Objective-C. Get the true time impervious to device clock changes.
I integrated SDK manually and it is working on simulator. But when I run it on device it gives following error Could not find module 'TrueTime' for architecture 'arm64'; found:...
Hey, Just wondering if there is a similar library for web? Thanks.
I have encountered a crash in NTPClient caused by non-main threads that appear to use UIKit classes or functions. Generally speaking, it is only safe to use UIKit from the...
…ft in the project which we initially made to fix the ability to update TrueTime on a regular interval. All other changes we initially made to the code have already...
I am using Truetime for quite a time. Recently I updated my xcode to 10.2 which required updating the pods with Swift 3. When I run pod update, all pods...
Im working on the swift version of an App. We have used TTRx in Android as follows: ``` ... trueTime.withLoggingEnabled(true) .withServerResponseDelayMax(delay) .withConnectionTimeout(timeout) .withRetryCount(retries) .withSharedPreferences(context) ... ``` I´m unable to find...
We seem to be experiencing a crash due to TrueTime on launch: Very possibly due to poor network conditions when attempting to start. Any ideas?
Address sanitizer detects Heap buffer overflow when using TrueTime I am using Xcode Version 10.0 beta 4 (10L213o) How to reproduce: - Create new iOS project - use cocoapods to...
Is there any support for six digit microsecond, for iOS? Maybe a different way to handle it using the TrueTime library? ![simulator screen shot - iphone 7 - 2018-05-17 at...