search

Home  >  Q&A  >  body text

ios - NSUserDefault,Debug调试问题?

登录成功用NSUserDefault存储数据,登录页面的用户名和密码已经保存成功,用真机或模拟器调试也是能保存成功,因为我保存数据之后点Home键之后再返回程序登录页面的用户名和密码数据还在,但是这里是有个问题一直没想通的是,程序在用真机或模拟器调试过程中,NSUserDefault存储数据,已经保存成功了,此时点击Xcode中的这个按钮

App退出到真机或模拟器桌面,之后点击App图标,登录页面的用户名和密码没了?
这是为什么,有知道的不?

黄舟黄舟2816 days ago703

reply all(4)I'll reply

  • 大家讲道理

    大家讲道理2017-04-17 17:47:09

    Post the code and have a look.

    reply
    0
  • 巴扎黑

    巴扎黑2017-04-17 17:47:09

    synchronize, just write to the disk and you’re done

    reply
    0
  • 迷茫

    迷茫2017-04-17 17:47:09

    Use synchronize to synchronize and write to disk. It should be fine.

    reply
    0
  • 大家讲道理

    大家讲道理2017-04-17 17:47:09

    It should be that there is no synchronized localization

    reply
    0
  • Cancelreply