My app have been rejected by Apple, and the cause is "Apps must follow the iOS Data Storage Guidelines or they will be rejected".
My app is based on Phonegap so it has many offline files(html,js,css) stored in Documents/myApp
directory. I added NSURLIsExcludedFromBackupKey
variable to the dir.
However, when I check the iCloud storage(setting->icloud->my iphone->manage), there is still more than 100kb data belongs to my app. Is there a way to find out which files are they?