CCUserDefault question regarding editing the save file

I am using CCUserDefault for save data for my game which I intend to release on android and iOS. I notice the saved data is saved in an XML file, which is easy to edit and manipulate. What’s to prevent someone from finding the file and changing, for example, the amount of levels that have been beaten without actually beating them? Is there anything I can do about this?

Try SQLite.