Apps must follow the iOS Data Storage Guidelines or they will be rejected in app that contains .sqlite3
问题 I created an ebook app and my app contains a lot of images and pdf files I was putting the downloaded images in /Library/Caches and putting the pdf files and .sqlite3 file in /Documents now my app is rejected and this is the reason 2.23 Apps must follow the iOS Data Storage Guidelines or they will be rejected Is this means that I have to move all what in /Documents to /Library/Caches? If I let the .sqlite3 file in /Documents, will the app reject again? Thanks in advance. 回答1: 2.23 means that