How to check that backup works on iOS? #512
Unanswered
marioklaver
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Have you enabled iCloud capabilities in your app? Please have a look at Apple's documentation for how to do so: https://help.apple.com/xcode/mac/current/#/dev52452c426 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
You want to:
I want to make sure the data in my application is backupped.
Details:
I created a new react native application. Stored some stuff in asyncStorage and launched the application from XCode onto my phone. I thought the proper way to validate that backup is working is by going to General > iPhone Storage and 'Offload App'. But when I click my application, I don't see the option 'Offload App'. I only see 'Delete App'. I use react native 0.63.3 and @react-native-async-storage/async-storage version 1.13.2 I also set the key RCTAsyncStorageExcludeFromBackup to false.
Do you know what I did wrong? Or how can I otherwise check that a backup is stored in iCloud?
Beta Was this translation helpful? Give feedback.
All reactions