我是移动深度链接新手。我想在Facebook上分享帖子时进行深层链接。我跟着Facebook deep linking reference但这是使用Facebook共享对话框完成的,但我在我的应用中使用SLComposeViewController
。
要进行深层链接,我按照以下步骤操作:
1) I have added Facebook app id in info.plist, URL Types.
2) Also in Facebook app page,
-- iOS Bundle ID: my bundle ID (checked it, correct)
-- iPhone AppStore ID: the ID (checked it, correct)
-- iPad AppStore ID: the ID (checked it, correct)
-- iOS SSO: Enabled
-- iOS Native Deep Linking: Enabled
-- URL Scheme Suffix: my website url
我可能错过了什么吗?
如何使用SLComposeViewController
进行移动深层链接?
答案 0 :(得分:1)
从here找到解决方案。如果我使用SLComposeViewController
在Facebook上分享帖子,那么在Facebook帖子上会显示“通过iOS”。因此,我的深层联系并没有发生。但是,当我使用SLRequest
分享我的帖子时,我的帖子会显示“via xxx”并且我的深层链接正常工作。