Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在我的应用程序中使用 ShareKit 2.0。我希望能够将 facebook 上的帖子链接到我的应用程序,因此当用户从我的应用程序(在移动设备上)点击发布在 facebook 上的链接时,应用程序将启动,或者,如果未安装,则会被重定向到我在 appstore 上的应用程序。这是否可以使用 ShareKit 实现,因为我在他们的文档中找不到任何这些。谢谢
是的,有可能。您只需在 DefaultsSHKConfigurator.h(或其子类)中输入应用程序的 URL(Canvas URL)。您必须确保 SHKItem 的类型为 URL,包含您的应用程序的 URL。然后,您应该将 deeplink 参数附加到 URL,其中包含您想要接收的信息。此外,您一定不要忘记根据他们的文档对 facebook 应用程序进行修改。