-
Notifications
You must be signed in to change notification settings - Fork 72
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
iCloud doesn't sync #155
Comments
@Giulioo Can you share your setup? |
@DanielDahan I'm using Xcode 10, Swift 4.2 and testing on an iPhone 6 on iOS 12 (before on iOS 11) I initialize the database and set its delegate like this:
and in the graphDidPrepareCloudStorage I call a function that makes a search to load all the preexisting data |
@Giulioo Thank you for that information. @OrkhanAlikhanov and I will test Graph, and see if there are any changes necessary for iOS 12. |
@DanielDahan Great, thank you! |
@Giulioo Generally iCloud is very tricky, and not necessarily the best. I find it slow to update. |
@DanielDahan Graph with iCloud worked on iOS 11 right? I couldn't find any documentation about how to implement it, so I don't know if I'm doing it right. |
@Giulioo All should work, but let's move this chat to Slack. If you would like, please send your email and name to [email protected], and I can add you to our #opensource channel. |
@DanielDahan Ok, I'll send the email |
Thank you, I am closing this issue. |
hi i have the exact same problem, how can i fix it? |
@giuliomignemi can you share more details, and your setup code please? What are you testing on, which OS are you using... thank you! |
This is my manager, I use Xcode 11.2 and swift 5, sometimes it synchronizes with icloud and sometimes it doesn't synchronize completely
[GraphManager.swift.zip](https://github.com/CosmicMind/Graph/files/3837955/GraphManager.swift.zip)
|
I hope you can help me |
@giuliomignemi thank you! I will have to look at this over the weekend. I reopened the issue for you. |
thank you! |
have some news? |
When I launch the app, the database storage isn't synchronizing, but after some other launch, the database is synchronizing correctly.
I'm using iCloud storage, but it doesn't work correctly.
I've enabled iCloud in the capabilities of the project and I use Graph(cloud: "fancyName") to initialize the database and after graphDidPrepareCloudStorage I load all the data.
I didn't found any documentation for the iCloud support, where can I find it?
Any help, please?
The text was updated successfully, but these errors were encountered: