iPhone SDK - How is data shared in a universal app
Posted
by norskben
on Stack Overflow
See other posts from Stack Overflow
or by norskben
Published on 2010-05-28T20:34:54Z
Indexed on
2010/06/01
5:33 UTC
Read the original article
Hit count: 300
iphone
|universal-binary
Stack overflow
I want to make a universal version of my app available, but I am wondering how is data managed between the iPad and the iPhone versions? -Are they completely independent? or if I have a plist in the iPad app, does it also appear in the iPhone app. If so, is there any syncing etc etc.
I have a few months experience with single iPad or iPhone apps, but never a universal.
Thanks again.
UPDATE: I was interested in the files in the /Documents folder, does this automatically update on itunes syncing at all?
© Stack Overflow or respective owner