Reputation: 86
There is an application that I have developed in iOS and Android. A Facebook Share is done from within the application, and appears on the user's news feed. I want to link the news feed with the respective links in Android play store, and iOS app store. Based on the user's device the appropriate link be shown.
Is this possible ? Deep linking, does not seem to solve this problem.
Example:
I want to point this SOMEWHERE to the Android play store/iOS app store, depending on the device, from which user is ccessing facebook.
If the user is an iPhone user, the news feed link would point it to the APP STORE, else if he is Android user, he is shown Play Store.
Upvotes: 0
Views: 149
Reputation: 820
it definitely is possible but you will have to use the facebook sdk:
https://developers.facebook.com/docs/howtos/androidsdk/3.0/link-to-your-native-app/
hope this helps
Upvotes: 0