-
Notifications
You must be signed in to change notification settings - Fork 13
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
How to use #4
Comments
@ximlu Please check out @thillsman's project for an example (specifically look at KnapsackManager.swift). Also pay attention to what is getting logged with subsystem "com.ryanashcraft.CloudSyncSession" |
I tried according to the configuration, but kept reporting errors. The following is the log of the project output 2023-09-27 10:43:37.727764+0800 Knapsack[1005:38787] [Sync Event] Start |
I can basically confirm that there is indeed a problem with the framework, and I can upload it using the original API |
@ximlu I am not sure. I can tell you that this framework has been used in production for my app. There is likely something environmental causing issues. Are you testing this on a simulator or an actual device? The error seems to be underlying in the CloudKit framework itself, and CloudSyncSession is halting as a result. Have you tried setting subscriptionID to something that's not empty string? |
@ryanashcraft I am using real device for testing, and the system is iOS16+. Therefore, I really hope that you can provide a demo without any issues. I highly doubt the reliability of the demo you mentioned for self-use. |
The text was updated successfully, but these errors were encountered: