iPhone - upgrading from old app preferences
问题 If I build a 1.0 app with 2 strings in the defaults, using registerDefaults . And in a 2.0 version, I decide to remove the first old string, and move the second one (changing its key string) with a new third one into an array. How may I deal with this and how to deal with the changes that could have been made to the content through versions. 1.0 Prefs should be StringKey someValue DateKey 10/10/2010 1.1 Prefs should be StringKey someValue DateKey 2010/10/10 2.0 Prefs should be Array Item0 is