Apple will definitely not give up on this. This is not a review recommendation . I even have an application that uses TrueTime in the application store.
As for reliability, if you mean reliability, "how much is it right to get the correct true time", then it is completely reliable. It looks like the library is getting time from time.apple.com . It seems to be from Apple, so I would say that you can rely on it.
If you mean reliability, βhow reliable is successful query executionβ, it depends on the user: the user's Internet connection, errors in the TrueTime library, etc. According to README,
Reachability events are automatically counted to pause / start requests.
UDP requests are executed in parallel, with a default limit of 5 concurrent calls. If this fails, we will default to up to 3 times.
So, how the requests will behave.
source share