My use case is:
- User downloads my app and uploads some data/Files onto iCloud within the sandbox of my app.
- User deletes my app
Questions:
Will iClould keep user's data that was belonging to the deleted app? (Based on my experiment, the data is kept on iCloud when my App is deleted, however, I am not sure whether the behaviour is official).
If the answer is Yes, then I have the following questions:
a. How user's data eventually get deleted/cleared from user's iCloud storage? (My concern is that if the user decide never to use my app again, the data would become useless therefore should be cleared on iCloud to free spaces)
b. If user decide re-download my app, how can he get access to the data iCloud he originally uploaded?
c. Can I manage the user's data from iCloud web portal (www.icloud.com)? I don't see my uploaded document appears in iCloud web portal, even I put my files under "Documents" subfolder.
d. Is there any official documentation that describes this behavior?
Thanks in advance!