XCODE / IOS - 如何使用独占扩展立即呈现whatsapp (.wai, .waa, .wam)
XCODE / IOS - How to use exclusive extension to immediately present whatsapp (.wai, .waa, .wam)
有什么方法可以使 whatsapp 的那部分工作 document interaction API:
Alternatively, if you want to show only WhatsApp in the application list (instead of WhatsApp plus any other public/*-conforming apps) you can specify a file of one of aforementioned types saved with the extension that is exclusive to WhatsApp:
images - «.wai» which is of type net.whatsapp.image
videos - «.wam» which is of type net.whatsapp.movie
audio files - «.waa» which is of type net.whatsapp.audio
When triggered, WhatsApp will immediately present the user with the contact/group picker screen. The media will be automatically sent to a selected contact/group.
我真的不要求代码示例,因为我几乎尝试了所有的东西,但如果有人在不通过共享菜单(使用 Messenger 磁贴、whatsapp、记事本...)的情况下成功打开 whatsapp 应用程序,我会要求更多?
仅供参考:当我对此进行了大量测试时,我还找不到任何解决方案。
Whatsapp 识别文件扩展名,但甚至无法读取它。一旦分享,当你点击它时,它被写成“.whatsapp音频文件”,仅此而已(甚至没有直接分享)。
我给 whatsapp 开发团队发了一封电子邮件,他们说他们目前还有其他问题需要解决,所以这甚至不在他们的待办事项列表中。
拭目以待..
有什么方法可以使 whatsapp 的那部分工作 document interaction API:
Alternatively, if you want to show only WhatsApp in the application list (instead of WhatsApp plus any other public/*-conforming apps) you can specify a file of one of aforementioned types saved with the extension that is exclusive to WhatsApp:
images - «.wai» which is of type net.whatsapp.image
videos - «.wam» which is of type net.whatsapp.movie
audio files - «.waa» which is of type net.whatsapp.audio
When triggered, WhatsApp will immediately present the user with the contact/group picker screen. The media will be automatically sent to a selected contact/group.
我真的不要求代码示例,因为我几乎尝试了所有的东西,但如果有人在不通过共享菜单(使用 Messenger 磁贴、whatsapp、记事本...)的情况下成功打开 whatsapp 应用程序,我会要求更多?
仅供参考:当我对此进行了大量测试时,我还找不到任何解决方案。
Whatsapp 识别文件扩展名,但甚至无法读取它。一旦分享,当你点击它时,它被写成“.whatsapp音频文件”,仅此而已(甚至没有直接分享)。
我给 whatsapp 开发团队发了一封电子邮件,他们说他们目前还有其他问题需要解决,所以这甚至不在他们的待办事项列表中。
拭目以待..