Does anyone know if NSUserDefaults get uninstalled when deleting a sandboxed app in OSX? -


i'm curious how sandboxed app, handle uninstalling. , how nsuserdefaults affected it.

depends how delete it. if remove /applications/theapp.app no, sandboxed app's files (including nsuserdefaults related files) in ~/library/containers/com.domain.theapp.

however if use tools appzapper or appcleaner etc., doubtless remove container well. them.


Comments

Popular posts from this blog

c++ - protocol buffers - generate NON-inline accessors -

c# - issue attaching/adding an entity object which is detached from the DB Context? -