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

iOS: Preference Syncing #1913

Open
samuelclay opened this issue Nov 13, 2024 · 2 comments
Open

iOS: Preference Syncing #1913

samuelclay opened this issue Nov 13, 2024 · 2 comments
Assignees

Comments

@samuelclay
Copy link
Owner

Note that this only applies to preference syncing between iOS and Android clients and NOT with the web. People have different web preferences, so we should respect that. However, I would like all iOS and Android clients (phone and tablet) to use the same preferences with an option to turn off preference syncing.

I believe we can do this with iCloud, so we don't need to involve the server.

@Dejal
Copy link
Collaborator

Dejal commented Nov 13, 2024

If you want to sync preferences between Macs, iPads, and iPhones, but not also with Androids, then yes, we could do that with iCloud. If you want Android to sync with Apple devices, we'll have to use the server. (That would also have other challenges, since the preferences are likely called different things.)

@samuelclay
Copy link
Owner Author

I'm ok with just on Apple devices. As I wrote the ticket I realized syncing between both ios and android would have to involve the server, so let's just stick with Apple.

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

No branches or pull requests

2 participants