ios - Will app lose the NSUserDefault data on over the air installation? -


this question has answer here:

will app lose nsuserdefaults values when on air installation?

  1. no app installed in device
  2. install app version 1.0 on air , saving values in nsuserdefaults
  3. install app version 1.0 on air again out deleting app.
  4. will lose nsuserdefaults values because of installing same version?

whatever have in nsuserdefaults remains in device/system. never gets deleted when upgrade app on uninstalling or manually deletion removed.


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -