ThePunisher
ThePunisher

Reputation: 410

iOS Storing and Cacheing on Storage limit

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?

Upvotes: 4

Views: 186

Answers (1)

tkanzakic
tkanzakic

Reputation: 5499

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 /tmp directory has to be removed when the application exits. Breaking this requirement could make that Apple reject your application.

Upvotes: 2

Related Questions