TrueTime.swift icon indicating copy to clipboard operation
TrueTime.swift copied to clipboard

NTP library for Swift and Objective-C. Get the true time impervious to device clock changes.

Results 53 TrueTime.swift issues
Sort by recently updated
recently updated
newest added

![look at this file](https://user-images.githubusercontent.com/35659043/35353702-50195234-0148-11e8-9675-b75085cb902e.png) Just calling `TrueTimeClient.sharedInstance` is leading to a app-crash every-time I'm testing it... Is there a simple way to fix this issue? ``` import TrueTime let YourClass:...

Hey. I got this weird issues testing the demo iOS application Issue in Script: ``` framework module TrueTime { umbrella header "TrueTime.h" // *Umbrella header 'TrueTime.h' not found* export *...

Hello, How can I change url to another after started? ex. let client = TrueTimeClient.sharedInstance let url = URL(string:"tme.apple.com") client.start(hostURLs: [url!]) let url2 = URL(string:"time.ntp.com") client.start(hostURLs: [url2!])

I implemented trueTime into my swift project and found that when the time was changed in the settings it did not affect the trueTime time, which is exactly what I...

question

I noticed that `TrueTimeClient.sharedInstance.referenceTime?.now()` returns date with millisecond precision while system call `Date()` returns date with microsecond precision. This behavior can be verified in following way: ``` print(TrueTimeClient.sharedInstance.referenceTime!.now().timeIntervalSince1970) // Prints...

enhancement

Is the time association persisted to disk in case the user later opens the app while disconnected from the internet?

enhancement

It seems that if `retrieveReferenceTimeWithSuccess:failure:` is called while internet is offline it does not reattempt when it comes online? How is it expected to behave with reachability events?

question

tried but below output not downloaded anything "carthage update --platform ios --use-xcframeworks" *** Downloading binary-only framework GoogleMaps at "https://dl.google.com/geosdk/GoogleMaps.json" *** xcodebuild output can be found in /var/folders/k6/ms2_zrl956z_8vvmj6bw13ph0000gp/T/carthage-xcodebuild.GLoOY1.log *** Downloading binary-only...

Using 5.0.3 version ``` Thread 27 name: Thread 27 Crashed: 0 libobjc.A.dylib 0x00000001998669c8 objc_retain + 8 (objc-os.h:223) 1 libswiftCore.dylib 0x000000018595d6fc swift_bridgeObjectRetain + 48 (SwiftObject.mm:589) 2 TrueTime 0x0000000103c7a088 initializeWithCopy for FrozenNetworkTime...

Privacy Updates for AppStore submission ## Expected Behavior Developers are responsible for all code included in their apps. At WWDC23, Apple introduced new privacy manifests and signatures for commonly used...