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

Recent Files are migrated on iOS #117

Open
amake opened this issue Nov 8, 2024 · 1 comment
Open

Recent Files are migrated on iOS #117

amake opened this issue Nov 8, 2024 · 1 comment

Comments

@amake
Copy link
Owner

amake commented Nov 8, 2024

Recent Files (stored via shared_preferences, so NSUserDefaults on iOS) are restored when migrating to a new device (and probably when restoring to the same device). This is pointless and misleading because on the new or restored device Orgro will not have persistent access to the files, even if the URLs haven't changed.

Orgro should store this data in a way that doesn't get restored, or detect a restore scenario and clear it.

@amake
Copy link
Owner Author

amake commented Nov 8, 2024

One method for detecting restore on iOS: https://stackoverflow.com/a/74491083

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

1 participant