I lately manufacturing facility reset my previous iOS cellphone. I migrated the whole lot to a brand new iOS cellphone through iCloud Backups. Nevertheless, the information in async storage in considered one of my apps did not get migrated over as a result of @react-native-async-storage/async-storage
disables async storage backup to iCloud by default.
I wish to set some values in async storage with out launching the app, e.g. I wish to set the flag “secretFeatureEnabled” to “true”. The “The place your knowledge is saved” a part of the doc states
ios – small values (not exceeding 1024 characters) are serialized and saved in a typical manifest.json file, whereas bigger values are saved in particular person, devoted recordsdata (named as MD5 hashed key)
The place can I discover these recordsdata and the way do I create these recordsdata such that I can set the key-value with out going into the app?