magicalpanda / MagicalRecord

Super Awesome Easy Fetching for Core Data!
Other
10.8k stars 1.79k forks source link

Apple Storage Guidelines using MagicalRecord. #1225

Closed itsprabin closed 8 years ago

itsprabin commented 8 years ago

I am working on a social media app. In this I will fetch chat conversations, chat messages, friend list from server. I am using MagicalRecord for CoreData operations. As per my understanding Magical Record saves sqlite in Library/Application Support/ folder, do I have to change SQLite location for storing data coming from server? Is this as per Apple Storage Guidelines?