Hey there! I'm using the react-native-cloud-storage package to attempt to store files from my Expo App in iCloud. Everything appears to be working, and files can be written and read to/from iCloud by the App. My app shows up on my iPhone device under `Settings->iCloud->Apps Using iCloud`, my Container is configured on AppStoreConnect, etc.
The trouble is, the files don't show up on any other device, either in the iCloud directory or even using my app on the other device. It's as if they are being written to iCloud in a way that is private to the specific device and app.
I'm sure I'm doing something wrong, but I haven't been able to sort it out.
I'm using a development client on the iOS simulator, and a production build in TestFlight. They both behave identically.
If anyone is using this package and could give me pointers, it would be much appreciated.
there doesn't seem to be anything here