-
Notifications
You must be signed in to change notification settings - Fork 475
I cannot get iCloud backup to work #859
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
Comments
This issue has been marked as stale due to inactivity. Please respond or otherwise resolve the issue within 7 days or it will be closed. |
Any updates here? Can anyone help? |
@Fischaela having the same issue here did you get anywhere with it? |
@graemegeorge No, unfortunately not. I have no idea what to do. Did you find a solution? |
This issue has been marked as stale due to inactivity. Please respond or otherwise resolve the issue within 7 days or it will be closed. |
@Fischaela Hey, I have the same issue. Wonder if you have managed to get it working? Thanks! |
@rachellauyui @graemegeorge I did not manage to make it work. You? |
same issue here |
I am facing same issue any update about this? |
Are there any update on this? Seems people have very different outcomes with different platforms persisting data across uninstalls, but this does not work at all for me on iOS or Android following the documentation. |
What happened?
What did you expect to happen?
I was expecting my apps redux store which uses
@react-native-async-storage/async-storage
to be backed up. So when users uninstall the app, the data will be saved in iCloud as a backup. And when a user reinstalls the app, the backup will be applied and the redux stores data is available in the app.Version
1.17.10
What platforms are you seeing this issue on?
System Information
Steps to Reproduce
What did you do?
I updated
info.plist
like described in the docs:Then I used
@react-native-async-storage/async-storage
it as the storage of my persistent redux store:I also added iCloud to the Capabilities in Xcode:
What did happen?
Testing it in a simulator and on a real device via TestFlight, I cannot see any data saved to the iCloud.
When uninstalling and reinstalling the app, the data is not backed up.
Do you have any idea what I am doing wrong?
Cheers, Michaela
The text was updated successfully, but these errors were encountered: