You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 29, 2024. It is now read-only.
On an initial install of an app with Zephyr the iCloud data is not immediately available. Once it is available is should be synced with the current UserDefaults. This does not happen on an initial load however, as keysDidChangeOnCloud will return early if localStoredDate is nil (which it is as this is the initial load of the application).
The issue seems to be in keysDidChangeOnCloud:452, have made a PR: #47.
The text was updated successfully, but these errors were encountered:
On an initial install of an app with Zephyr the iCloud data is not immediately available. Once it is available is should be synced with the current
UserDefaults
. This does not happen on an initial load however, askeysDidChangeOnCloud
will return early iflocalStoredDate
is nil (which it is as this is the initial load of the application).The issue seems to be in
keysDidChangeOnCloud:452
, have made a PR: #47.The text was updated successfully, but these errors were encountered: