Quote:
Originally Posted by skinnytron
Wait that's Bundle Identifier were talking about right? Not Application Identifier.
|
Skinnytron,
I spent a *lot* of time wrestling with this exact problem. The answer works like so:
1) If you have a small amount of data, you can encode it, stick it onto a URL, and pass it back and forth between the apps.
2) If you have an external server (for example, you maintain a website, each app user has a login on that website), app1 can upload the data to the website, and app2 can download it.
3) Otherwise, you're pretty much out of luck.
Here is another thread exploring this question:
http://www.iphonedevsdk.com/forum/ip...user-data.html
Hope that helps.
Ben.