添加“打开方式”拥有应用程序

发布于 2024-11-29 10:09:44 字数 267 浏览 1 评论 0原文

我目前正在开发一个应用程序,它必须能够在两个应用程序之间共享文档。 PDF 文件将在我的应用程序中打开,并且必须发送到另一个应用程序(例如 Pages)才能对其进行更改。如果第二个应用程序支持,我可以从那里将文件发送回我自己的应用程序。现在我已经能够为我自己的应用程序注册文件类型,并且它会显示并打开第二个应用程序中的文件。

我遇到的问题是向我自己的应用程序添加“打开方式”选项。苹果的文档似乎只介绍了为您自己的应用程序分配文件类型,但没有介绍如何与其他应用程序共享文件。你们中有人能指出我正确的方向吗?

I am currently developing an app that has to be able to share documents between two apps. A PDF file will be openend in my app and has to be sent to another app, Pages for example, to make changes to it. From there I can send the file back to my own app if the second app supports it. Now I have been able to register the file types for my own app, and it is showing up and opening files from the second app.

The problem I'm having is adding an 'Open with' option to my own app. Apple's documentation only seems to cover assigning file types to your own app, but not how to share files with other apps. Can any of you point me in the right direction?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

风向决定发型 2024-12-06 10:09:44

您需要使用 UIDocumentInteractionController 解释这里 也许此链接将帮助链接 也是。

You need to use UIDocumentInteractionController explained here and maybe this link will help link too.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文