iPhone - Where is the [NSUserDefaults standardUserDefaults] file stored on the computer?

后端 未结 3 1868
半阙折子戏
半阙折子戏 2021-01-02 09:16

When running an app on the iPhone (for example when you can do it in another way testing some GPS or camera feature), where can I find and check the file created by NSUserDe

3条回答
  •  伪装坚强ぢ
    2021-01-02 10:01

    It's in your app directory under:

    Library -> Preferences -> bundleID.plist

    You can access the data on your device. Go into the organizer select your device then the app and there should be a download button there. If you click that it will download all the app data.

提交回复
热议问题