Search code examples
iphonepreferences

Iphone persistant preferences after app delete


I want to store a date string in the iphone device, but not in the application context, because if a user deletes the app then that value is deleted too.

Is this possible?


Solution

  • A possible solution is to store all the information on a server. You could use rails, php, or any other server framework to do this. Also, there's a new service that's trying to make it so you don't have to do any server coding at all: http://www.parse.com