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

Sync charts with iCloud on iOS #140

Open
RuochenFu21 opened this issue Aug 28, 2024 · 6 comments
Open

Sync charts with iCloud on iOS #140

RuochenFu21 opened this issue Aug 28, 2024 · 6 comments
Assignees
Labels
enhancement New feature or request wontfix This will not be worked on

Comments

@RuochenFu21
Copy link

RuochenFu21 commented Aug 28, 2024

Maybe enable an option of having an directory that's in iCloud which will help to sync charts between multiple devices

@RuochenFu21 RuochenFu21 added the enhancement New feature or request label Aug 28, 2024
@RuochenFu21 RuochenFu21 changed the title Sync songs with iCloud on iOS Sync charts with iCloud on iOS Aug 28, 2024
@DavidScann
Copy link
Contributor

I honestly don't know whether apps can read from the iCloud directory, nor if it's even recommended to do so.

You can probably just migrate via AirDrop if you need to though.

@RuochenFu21
Copy link
Author

I honestly don't know whether apps can read from the iCloud directory, nor if it's even recommended to do so.

You can probably just migrate via AirDrop if you need to though.

Isn't it very common for apps to have their own directory in iCloud for syncing? Like pages, numbers, keynote, or third party apps like goodtasks. And I think goodtasks can control it because the settings are stored there I think. I could be wrong but that's what I see other apps do.

@DavidScann
Copy link
Contributor

DavidScann commented Aug 28, 2024 via email

@RuochenFu21
Copy link
Author

RuochenFu21 commented Aug 28, 2024

I'm not that sure either, but thank you for telling me those. It's fine I don't expect features requests being added overnight. I'm just here to express my idea that could possibly be useful for users.

@Soneoylys
Copy link
Collaborator

It's actually indeed possible after we make it to appstore, but to implement this, we need archive the charts twice, once in local storage and another copy for icloud syncing, cauz icloud files are not garunteed stored on device, imagine everytime you trying to preview to another song you have a chance to wait the sound file to load...

Also, charts could eat up your icloud very fast, and by testflight stage there's no easy way we could actually access the icloud api.

Tldr, in current stage this will not be implemented, but after we release on appstore we might reconsider this request.

@Soneoylys Soneoylys added the wontfix This will not be worked on label Sep 15, 2024
@RuochenFu21
Copy link
Author

It's actually indeed possible after we make it to appstore, but to implement this, we need archive the charts twice, once in local storage and another copy for icloud syncing, cauz icloud files are not garunteed stored on device, imagine everytime you trying to preview to another song you have a chance to wait the sound file to load...

Also, charts could eat up your icloud very fast, and by testflight stage there's no easy way we could actually access the icloud api.

Tldr, in current stage this will not be implemented, but after we release on appstore we might reconsider this request.

I actually rethought about this. I realized that using like 10 GB of icloud storage is really expensive. An alternative could be after release on appstore to save iCloud storage sync the cache to save the highscores. I didn't know you couldn't access iCloud API in testflights. Thank you for the reply.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

4 participants