I'm currently working on a cross platform game and I need to store some user data. Initially scores etc but later probably details about in app purchases. I started looking at CCUserData but of course this kind of data needs encryption so it wasn't really suitable.
Any suggestions on what path to go down? If it comes to it I guess will just store it as an xml file that I encrypt myself.