如何从 Branch SDK 读取 Facebook App 链接

How to read Facebook App links from Branch SDK

我想在我的 FaceBook 广告安装活动中使用深度 link。

根据 Branch 文档:https://docs.branch.io/deep-linked-ads/facebook-app-install-ads/#optional-deep-link-your-app-install-campaign

Unfortunately, we've found that the direct S2S mechanism for retrieving deep links is rather unreliable. We recommend that you have the Facebook Android / iOS SDKs installed so Branch can work directly with them on the client side for the best outcome.

我需要集成Facebook SDK然后调用:

Branch.getAutoInstance(this).enableFacebookAppLinkCheck();

但是Unity插件中没有这个方法(https://docs.branch.io/apps/unity/)

有什么办法可以解决这个问题吗?

我们没有此方法调用的包装器。请调用本机 Android 文件中的代码。