I am storing and caching images on the TMP Directory.
Last time I checked the usage it was 50MB. Is there any limitations on the usage of the storage?
Would Apple reject the App?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There is no limitation about the amount of information that you store in this directory, but you have to take into account that the App Store Guidelines say that the information stored in the
/tmpdirectory has to be removed when the application exits. Breaking this requirement could make that Apple reject your application.