I have an application that saves images to the documents directory. I have been doing some reading, and I have heard developers applications have been rejected for storing too much data in the documents directory.
I know I can exclude the pictures from the iCloud backup, but I wanted a way for user's to backup their pictures. This application will likely be a free app, so I do not want to run a server to hold backups.
Any ideas or suggestions on a way to backup the user's photos?