-
README writes :
`implementation 'com.github.instacart:truetime-android:'`
but it's wrong , the right address should be :
`implementation 'com.github.instacart.truetime-android:library:'` which …
-
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 ?
Best,
-
I was trying to run the source code version 4.0.0 and in demo app it got initialised with rx java but throws error for coroutines. After a while only it works.
**Expected :** If it is working wit…
-
TrueTime initialized while in internet, then turn off internet and killed the application , now while open app without internet it get crashed
how can I get true time in offline, if app is killed a…
-
Add support for https://github.com/instacart/TrueTime.swift to make the timer impervious to device clock changes.
-
Is it possible to force TrueTime to get time in a different timezone the phone is configured with
-
Hello,
is it possible to add a package description file for Swift Package Manager?
I've done something similar:
```
// swift-tools-version:5.1
import PackageDescription
let package = P…
-
hi i sometimes i got this error
`
java.lang.IllegalStateException: You need to call init() on TrueTime at least once.
com.instacart.library.truetime.TrueTime.now(TrueTime.java:29)
`
b…
-
The new version of Xcode that came out today, version 10.2, drops support for Swift 3. However, this library currently uses [TrueTime](https://github.com/instacart/TrueTime.swift) version 4.1.5, which…
-
TrueTime is a dependency of our SDK we distribute via CocoaPods. When we build an XCFramework using `xcodebuild` from the 14.3 command line tools and run `pod lib lint` it fails with the following err…