0

i am using the InAppSettingsKit, but i have no idea how to save the settings of the app using the IASKSettingsStore Class. when i closes my application and reopen it, the settings are set to the default options.

Ortwin Gentz
  • 52,648
  • 24
  • 135
  • 213
Fahad Jamal
  • 341
  • 4
  • 17

1 Answers1

0

Normally you don't need IASKSettingsStore. Then, IASK uses the standard NSUserDefaults mechanism from the Settings app.

IASKSettingsStore is needed only if you wish to use alternative storing mechanisms such as storing the settings in files, Core Data, iCloud etc.

Ortwin Gentz
  • 52,648
  • 24
  • 135
  • 213