How to share custom data between iPhone applications?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: If I make two iPhone applications, how can/should I share custom data (not contacts and stuff like that) among them? Thanks! 回答1: There are two different ways you might go about this. 1) The data you need to share is non-persistent. In other words you need to launch one application with a piece of data that it can do something with. In this case you would register a special URL scheme per application. You can find out more information about URL schemes via Craig Hockenberry in his [redacted] blog post . 2) The data you need to share is