简体   繁体   English

使用自定义URL方案传递3个plist文件中的数据

[英]Pass data from 3 plist files using custom URL scheme

I have a Lite and Full apps. 我有一个精简版和完整版应用程序。 I need to pass the data from 3 plist files which are in Documents folder of the app (Lite), to the new (Full) app. 我需要将数据从应用程序(Lite)的“文档”文件夹中的3个plist文件传递到新的(完整)应用程序。 I understand it can be done with custom URL scheme. 我了解可以使用自定义网址方案来完成。 Can someone explain the process of exporting/importing the data? 有人可以解释导出/导入数据的过程吗?

Can anyone confirm that this could be done? 任何人都可以确认可以这样做吗?

Because of the sandbox environment on iOS, an application is only able to access its own Documents folder. 由于iOS上的沙箱环境,应用程序只能访问其自己的Documents文件夹。 This means your Full app cannot access files (in your case the .plist files) from the Lite's Documents folder. 这意味着您的“完整”应用程序无法访问Lite的“ Documents文件夹中的文件(在您的情况下为.plist文件)。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM