Hello,
Can anyone tell me how to encrypt
the .db
or sqlite
file in Xcode so as to prevent others person to access the data of .db file ?
I have given the ipa file for testing and the tester is able to access all data in .db file.
So can anyone please suggest any mechanism to prevent users to see the data in .db file ?
Thanks.