document directory for different iphone app targets
Posted
by
David
on Stack Overflow
See other posts from Stack Overflow
or by David
Published on 2011-01-15T05:39:30Z
Indexed on
2011/01/15
5:53 UTC
Read the original article
Hit count: 184
I have two targets for my app which both unarchive serialized objects, however the objects made by the two apps are not compatible. these objects seem to be saved to the same document directory so that one app will try to unarchive the other's objects. how do I get the apps to create separate sandboxes so they do not have access each others' saved objects? or do I need to just have each version create differently named files?
© Stack Overflow or respective owner