Aside from using URL scheme, what other means are there for two iPhone apps to pass data between each other (ideally, without launching another app -- which is one of the downsides using URL scheme)
+1
A:
Unfortunately apps are sandboxed, and can't communicate with each other. You would have to implement something server-side to act as a central location for this data.
Dan Lorenc
2009-07-28 23:15:38