Preferences bundle -- iPhone vs. Simulator
Posted
by trevrosen
on Stack Overflow
See other posts from Stack Overflow
or by trevrosen
Published on 2010-03-21T17:26:45Z
Indexed on
2010/03/21
17:31 UTC
Read the original article
Hit count: 353
iphone
|iphone-simulator
I have a preferences bundle that exhibits different behavior in the simulator vs the phone. The basic problem is that the default values of my preferences are getting read fine on the simulator but are coming up NULL on the iPhone. Is there some kind of special initialization I have to do for the device in order for these to be seen there?
Thanks in advance for any insights!
© Stack Overflow or respective owner