Can I locate sqlite file of coredata in case I have given FileProtectionTypeComplete to it? I majorly want to encrypt my existing unencrypted sqlite file which is residing in application support directory. However, when I assign fileProtectionType complete, sqlite file I am unable to locate and also every app launch a new sqlite is getting created.
I am puzzled if I move sqlite file to documents directory and provide fileProtectionType complete, this scenario will not happen. Any suggestions on how to encrypt existing unencrypted core data sqlite file without any third party overheads.