According to Apple's iOS Application Programming guide, application preserves documents and library directories. My question is what exactly library directory preserves? Does it copy user created files/data (if stored in library directory) as well or just preserves Preferences and application settings?
My app is currently storing user data in library directory and users lost their data on updating to newer version. I want not to happen this again.