如何从帖子中的链接打开Playstore

时间:2015-08-06 08:00:58

标签: android facebook

我有一个Android应用程序,用户可以在Facebook上分享内容。该帖子将显示在用户的好友列表中。该帖子包含一个链接,我想要实现的是在点击链接时在Playstore(而不是在浏览器中)打开我的应用程序,以便用户可以下载它。

关于如何实现这一点的任何指针?

2 个答案:

答案 0 :(得分:0)

通常Android手机会识别Play-store链接并提示用户决定打开链接的位置。也许您已将设备设置为默认情况下在浏览器中打开Playstore链接?

答案 1 :(得分:0)

只需放置格式

的链接即可
I wrote a simple http-client and a simple http-server. 
*The client has a method request 
* the server has a method respond.
*The client send a get-request by using its request-method to my server (gives back a command to the client)
**That server reponds to this request using its respond-method.  

大多数Android智能手机都会在Playstore而不是浏览器中打开此链接。