I am new to mobile deep linking. I want to do deep linking while sharing post on Facebook. I followed Facebook deep linking reference but this is done using Facebook share dialog but i am using SLComposeViewController
in my app.
To do deep linking, I followed following steps:
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
May i missing something?
How to do mobile deep linking with SLComposeViewController
?