Time Sync

What is the best way to alert the user that his journey app is not synchronising with the server because the datetime setting of the device is incorrect?

The error message when this happens is currently not clear, and something we’ll work on improving.

Currently it is not possible to get access to the error from the app directly.

One workaround would be to do an API call to for example http://worldtimeapi.org/api/ip or a CloudCode task to get the current time, then compare the returned time with the user’s time.

1 Like