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

Syncing Reliability Issues / iOS 14 Support #65

Open
kirvanp opened this issue Apr 22, 2021 · 2 comments
Open

Syncing Reliability Issues / iOS 14 Support #65

kirvanp opened this issue Apr 22, 2021 · 2 comments
Assignees

Comments

@kirvanp
Copy link
Collaborator

kirvanp commented Apr 22, 2021

There are currently some circumstances under which this app doesn't sync perfectly, particularly if devices are offline long periods of time. Currently the syncing is based on iOS 10 technology. Under iOS 13, there are improvements to the syncing of CloudKit records that could make this much more reliable and save over 1,000 lines of code from the app. The improvements would also make the OS responsible for detecting when the internet is available and initiating syncing.

To use these improvements, we need to change the target to iOS 13 or iOS 14. I did submit a set of changes to that effect a year ago that would have raised it to iOS 13. Given that the iPads will upgrade to iOS 14, I think it makes the most sense to target the app to iOS 14 and test accordingly, rather than supporting older iOS versions.

@huguesfcadets
Copy link
Member

Hi @kirvanp ,

Could you resubmit the changes, we will look into integrate them into master.

Thanks

@huguesfcadets huguesfcadets self-assigned this Dec 1, 2021
@huguesfcadets
Copy link
Member

Fixing for current target.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants