Wednesday, 14 August 2013

Strategy to storing UIDocuments containing media data on the iCloud

Strategy to storing UIDocuments containing media data on the iCloud

I am trying to find out what the best strategy would be to allow my users
to share documents between devices in my note app. The document could
contain several images, sounds and texts. As you can see this could lead
to a serious abuse of the limited capacity.
So I thought of one solution, which would be to store strings containing
the location of the files they use, and then load the data locally with
those strings. However this would require the user to have already enabled
iCloud for photos and memos, and if they haven't done this yet it wouldn't
be that smart.
Are there any alternatives? or should I just upload everything...

No comments:

Post a Comment