Before iOS 8, if I uninstalled an app, the NSUserDefaults associated with that app would also be deleted. Then if I reinstalled the app, the NSUserDefaults would be their initial values.
However, with iOS 8, even after I delete an application, when I reinstall it, the NSUserDefaults are saved between application installs. They do not reset to their initial value.
Does anyone know if this is intentional? Or is this a bug?
Thanks!