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?
No , it wont be rejected for that , I had the same situation where I wanted users to have ability to backup their database , but AppStore complained about it , then I removed only database file from iCloud backup and my app was accepted by AppStore ,
this "additional" data might be NSUserDefaults or some configuration/cache file.