Deep linking to iOS app through Facebook share -
currently possible deep link on facebook share post? here use case i'm trying implement:
- i go post on website: http://www.helloworld.com/share-this-post.html , use fb share share link.
- i open ios facebook app on phone , click on link shared.
- then if have native helloworld ios app installed on phone, facebook open native app instead of opening link in webview. else take me app store download native app.
thanks!
i think basic idea here url scheme need create. when user actions necessary open app send them url -> opens app or takes them app store purchase app.
do quick google search on how create url scheme, quite simple.
does answer question?
Comments
Post a Comment