WatchOS storage limit.

Hello I'm developing watchOS audio streaming application.
I have developed my own cache system with CoreData and Apple's file system.

I saved my audio data in this structure "Library > Application Support > my own sub directory."

But I haven't find any document about watchOS storage's limit. There are too many rumors about it. Please let me know the exact limit value. Thanks.
watchOS’s storage policy is similar to iOS. There’s no hard limit on how much you should store but, if you store large files that can be re-created, for example cache files, you should store them in the Caches directory. The system is free to clear the Caches directory when your app is not running.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@apple.com"
WatchOS storage limit.
 
 
Q