我想直接将图像分享给 WhatsApp,而不显示任何中间 Controller ,例如 UIDocumentInteractionController 或 UIActivityController。
WhatsApp 官方文档没有提到直接分享图片,乍一看直接分享似乎是不可能的。
但我知道这是可能的。 App Store 中至少有 2 个应用可以做到:
- “粘性人工智能”
- 工作流程 https://itunes.apple.com/us/app/workflow/id915249334?mt=8
Workflow 是如何做到的?
提前致谢。
更新:我在这里发现了一些有趣的东西:http://resources.infosecinstitute.com/ios-application-security-part-30-attacking-url-schemes/#gref .
提示存在“whatsapp://image/%@”网址方案。
Best Answer-推荐答案 strong>
通过 LeoNatan@github 找到解决方案。完美运行。
https://github.com/LeoNatan/LNExtensionExecutor/
关于ios - 直接分享图片到 WhatsApp,我们在Stack Overflow上找到一个类似的问题:
https://stackoverflow.com/questions/45787307/
|