Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with initial load from iCloud #48

Closed
aedificator-nl opened this issue Jun 8, 2020 · 1 comment · Fixed by #47
Closed

Issue with initial load from iCloud #48

aedificator-nl opened this issue Jun 8, 2020 · 1 comment · Fixed by #47

Comments

@aedificator-nl
Copy link
Contributor

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.

@ArtSabintsev
Copy link
Owner

Let's discuss this in your open PR.

Thank you!

Repository owner locked as resolved and limited conversation to collaborators Jun 10, 2020
@ArtSabintsev ArtSabintsev linked a pull request Jun 10, 2020 that will close this issue
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants