I'm having an iOS app that moves files from Resources to NSDocumentDirectory and then I download from my server more files and put them there. My app was rejected because it stored 15mb on iCloud and I put that flag (That says that I do not want those files to be backed up on iCloud) on files after writing them to phone but my problem is that it still stores me 91.3kb.
I even putted that flag on whole App DocumentDirectory. But same result.
Will my app be rejected for that stored stuff? How can i see what data is there?