LoginSignup
18
16

More than 5 years have passed since last update.

NSUserDefaultsに保存した内容がアプリを再インストールしても消えない

Posted at

iOS8のシミュレーターを使っているとアプリをアンインストールしてもNSUserDefaultsに保存してあった情報が削除されません。

実機では正常に削除されます。

シミュレーターからNSUserDefaultsをクリアするには以下の場所にあるファイルを削除します。

~/Library/Developer/CoreSimulator/Devices/*some_device_id*/Library/Preferences/com.yourcompany.yourapp.plist

参考URL:http://stackoverflow.com/questions/24985825/nsuserdefaults-not-cleared-after-app-uninstall-on-simulator

18
16
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
18
16